From 39fdfc913fb3a038e11929d6a26f27a2021f4212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 00:44:15 +0000 Subject: [PATCH] Bump nginx from 1.27-alpine to 1.30-alpine in /client Bumps nginx from 1.27-alpine to 1.30-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.30-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 67593b3..b5a025b 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -9,7 +9,7 @@ COPY . . ENV GENERATE_SOURCEMAP=false RUN npm run build -FROM nginx:1.27-alpine +FROM nginx:1.30-alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf