From b71ecc9cae8d5b5260f80331a0ea412fafa7f221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:16:08 +0000 Subject: [PATCH] Bump nginx from 1.30-alpine to 1.31-alpine in /client Bumps nginx from 1.30-alpine to 1.31-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 67aaadf..27b58b3 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -9,7 +9,7 @@ COPY . . ENV GENERATE_SOURCEMAP=false RUN npm run build -FROM nginx:1.30-alpine +FROM nginx:1.31-alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf