From 976283da60fa508cb2b8ea3da5cd2dc8a765a165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:09:29 +0000 Subject: [PATCH] chore(deps): bump nginx in /production Bumps nginx from 1.25.3-alpine to 1.27.0-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... 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 b3548503..f81e82a1 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.25.3-alpine +FROM nginx:1.27.0-alpine RUN mkdir -p /app/dist COPY --from=bundler --chown=www-data:www-data /home/node/app/public/ /app/dist