From 7869d6d3027fbadd94c8fad6feb21553d39cfe86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 05:50:45 +0000 Subject: [PATCH] chore(deps-docker)(deps): bump nginx from 1.27-alpine to 1.31-alpine 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40bc35b..f009fea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm ci COPY . . RUN npm run build -- --configuration production -FROM nginx:1.27-alpine AS runtime +FROM nginx:1.31-alpine AS runtime COPY nginx.conf /etc/nginx/nginx.conf COPY --from=build /app/dist/freshcart-customer/browser /usr/share/nginx/html