From 640b4cae36d226c4c2fb8576075328d187bfc25c Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Sat, 26 Apr 2025 03:44:33 +0000 Subject: [PATCH] chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.28 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e073e23..a0b30bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY /static ./static RUN yarn build # Expose server port -FROM nginxinc/nginx-unprivileged:1.27 +FROM nginxinc/nginx-unprivileged:1.28 RUN rm -rf /etc/nginx/html/* COPY --from=builder /app/build /usr/share/nginx/html -- GitLab