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