From b2f59a607d857ec3d9dc5a029f6b8c7a318ac23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:30:10 +0000 Subject: [PATCH] build(deps): Bump nginxinc/nginx-unprivileged from 1.26.0 to 1.27.3 Bumps nginxinc/nginx-unprivileged from 1.26.0 to 1.27.3. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c99c66..ab0c600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ COPY . . RUN npm run build # --------------> The production image -FROM nginxinc/nginx-unprivileged:1.26.0 AS production +FROM nginxinc/nginx-unprivileged:1.27.3 AS production COPY --from=builder /app/build/ /usr/share/nginx/html/ -- GitLab