From 9ae31dfbeb93d06c20114fa548de0466bca533ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 21:12:13 +0000 Subject: [PATCH] Bump nginx from 1.27-alpine to 1.31-alpine in /frontend Bumps nginx from 1.27-alpine to 1.31-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 3122a0f..7e359dc 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -7,7 +7,7 @@ COPY . . RUN npm run build # --- serve stage --- -FROM nginx:1.27-alpine +FROM nginx:1.31-alpine COPY --from=build /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80