From 75e99cb04a69fa3897a32eb426f68c13d5204ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:49:30 +0000 Subject: [PATCH] chore(deps): bump nginx in /production Bumps nginx from 1.27.2-alpine to 1.27.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- production/Dockerfile.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/Dockerfile.nginx b/production/Dockerfile.nginx index 37b34910..fa5d91f7 100644 --- a/production/Dockerfile.nginx +++ b/production/Dockerfile.nginx @@ -21,7 +21,7 @@ COPY --chown=node:node /. /home/node/app/ COPY --from=build --chown=node:node /home/node/node_modules/ /home/node/app/node_modules/ RUN npm run build -FROM nginx:1.27.2-alpine +FROM nginx:1.27.3-alpine RUN mkdir -p /app/dist COPY --from=bundler --chown=www-data:www-data /home/node/app/public/ /app/dist