From b77be0232b1febe70f57bb7aa35002e9cd4211fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 15:25:20 +0000 Subject: [PATCH] Bump nginx from 1.23-alpine to 1.25-alpine Bumps nginx from 1.23-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cdf969e..16549357 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG VERSION="latest" ENV VERSION ${VERSION} RUN cd /shlink-web-client && npm ci && npm run build -FROM nginx:1.23-alpine +FROM nginx:1.25-alpine LABEL maintainer="Alejandro Celaya " RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf