🐳 Update frontend image to nginx:1.28.0

This commit is contained in:
Yamila Moreno 2025-05-14 10:34:50 +02:00
parent 002ae8b91a
commit 1e7127d98a
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ root.
- Optimize profile setup flow for better user experience [Taiga #10028](https://tree.taiga.io/project/penpot/us/10028) - Optimize profile setup flow for better user experience [Taiga #10028](https://tree.taiga.io/project/penpot/us/10028)
- Update base image for Docker Backend and Exporter to Ubuntu 24.04 - Update base image for Docker Backend and Exporter to Ubuntu 24.04
- Update base image for Docker Frontend to Nginx 1.28.0
### :bug: Bugs fixed ### :bug: Bugs fixed

View file

@ -1,4 +1,4 @@
FROM nginxinc/nginx-unprivileged:1.27.1 FROM nginxinc/nginx-unprivileged:1.28.0
LABEL maintainer="Penpot <docker@penpot.app>" LABEL maintainer="Penpot <docker@penpot.app>"
USER root USER root