🐳 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

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