From 1e7127d98ac5df51a15107b421c68d2cf09d397c Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Wed, 14 May 2025 10:34:50 +0200 Subject: [PATCH] :whale: Update frontend image to nginx:1.28.0 --- CHANGES.md | 1 + docker/images/Dockerfile.frontend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8ce706454..de4d0b569 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,6 +42,7 @@ root. - 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 Frontend to Nginx 1.28.0 ### :bug: Bugs fixed diff --git a/docker/images/Dockerfile.frontend b/docker/images/Dockerfile.frontend index 39cadd424..9c89f571f 100644 --- a/docker/images/Dockerfile.frontend +++ b/docker/images/Dockerfile.frontend @@ -1,4 +1,4 @@ -FROM nginxinc/nginx-unprivileged:1.27.1 +FROM nginxinc/nginx-unprivileged:1.28.0 LABEL maintainer="Penpot " USER root