From 65137c550bcbc754cd917f779f6c1a27f0722c77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:08:31 +0000 Subject: [PATCH] Update nginxinc/nginx-unprivileged Docker tag to v1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf2ab6a..843e009 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY --from=builder /src/public / RUN wkhtmltopdf --outline-depth 4 --enable-internal-links --enable-local-file-access ./pdf/index.html /pdf.pdf -FROM nginxinc/nginx-unprivileged:1.25-alpine +FROM nginxinc/nginx-unprivileged:1.26-alpine LABEL maintainer puzzle.ch LABEL org.opencontainers.image.title "puzzle.ch's Application Migration and Modernization Techlab"