⬆️(nginx) bump nginx-unprivileged to 1.27

Bump nginx-unprivileged to the latest version
This commit is contained in:
Quentin BEY
2025-03-12 12:20:55 +01:00
committed by BEY Quentin
parent 403fea94bb
commit 319a9b18d8
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- ⬆️(nginx) bump nginx-unprivileged to 1.27 #797
- ✨(teams) allow broadly available teams #796
- ✨(teams) update and enhance team invitation email
- ✨(api) define dimail timeout as a setting

View File

@@ -39,7 +39,7 @@ FROM frontend-builder-dev AS frontend-builder
RUN yarn build
# ---- Front-end image ----
FROM nginxinc/nginx-unprivileged:1.26-alpine AS frontend-production
FROM nginxinc/nginx-unprivileged:1.27-alpine AS frontend-production
USER root