From 85426eb2ec6d531b79c7042d58b30127d4eaa7dd Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Fri, 26 Apr 2024 03:21:49 +0000 Subject: [PATCH] chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce9f5cd..9854521 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY /static ./static RUN yarn build # Expose server port -FROM nginxinc/nginx-unprivileged:1.25 +FROM nginxinc/nginx-unprivileged:1.26 RUN rm -rf /etc/nginx/html/* COPY --from=builder /app/build /usr/share/nginx/html -- GitLab