From 84dcb7c7a5359cc8d5247d858b38e60d90bc65ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:19:49 +0000 Subject: [PATCH] Bump nginx from 1.27.0-alpine to 1.27.2-alpine Bumps nginx from 1.27.0-alpine to 1.27.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f45573a..9c9c2315 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN cd /shlink-website && \ npm ci && \ npm run build:prod -FROM nginx:1.27.0-alpine +FROM nginx:1.27.2-alpine LABEL maintainer="Alejandro Celaya " RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf COPY --from=node /shlink-website/build /usr/share/nginx/html