From 864aacc10ce3792f52d6cca0b0151541a319cb9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:49:52 +0000 Subject: [PATCH] Update nginx Docker tag to v1.31 --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index e6b3680..008a123 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.29-alpine +FROM nginx:1.31-alpine COPY nginx.conf /etc/nginx/conf.d/default.conf COPY static/ /usr/share/nginx/html/