From b46653426324d442b8be27fefeb7f460222d45f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 00:56:06 +0000 Subject: [PATCH] Bump nginx from 1.27-alpine to 1.31.2-alpine in /frontend Bumps nginx from 1.27-alpine to 1.31.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31.2-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..ba230d3 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.2-alpine COPY --from=build /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80