From 319a9b18d812f8736fd6cea1a1c9ab8bb50b16da Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Wed, 12 Mar 2025 12:20:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(nginx)=20bump=20nginx-unpriv?= =?UTF-8?q?ileged=20to=201.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump nginx-unprivileged to the latest version --- CHANGELOG.md | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3935e..0313915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index c6b6571..8c7dea0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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