From dbb308b8d344095d44a500268b4b08ed59bf09a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 01:47:04 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.31.0 --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 664a75ee..62139aaa 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -9,7 +9,7 @@ COPY . /app RUN npm run build # production environment -FROM nginx:1.16.0-alpine +FROM nginx:1.31.0-alpine COPY --from=build /app/build /var/www COPY nginx/nginx.conf /etc/nginx/nginx.conf EXPOSE 80