From b43597269b51247d40654de250747fb12787c841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:50:43 +0000 Subject: [PATCH] build(deps): Bump nginxinc/nginx-unprivileged from 1.27.4 to 1.27.5 Bumps nginxinc/nginx-unprivileged from 1.27.4 to 1.27.5. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-version: 1.27.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 571b467..ef23263 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ COPY . . RUN npm run build # The production image -FROM nginxinc/nginx-unprivileged:1.27.4 AS production +FROM nginxinc/nginx-unprivileged:1.27.5 AS production COPY --from=builder /app/build/ /usr/share/nginx/html/ -- GitLab