From a4082523a1651d495d26c404ac0094e0952699e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:08:00 +0000 Subject: [PATCH] Update docker.io/nginxinc/nginx-unprivileged Docker tag to v1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 278b565..6c9e38b 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 docker.io/nginxinc/nginx-unprivileged:1.25-alpine +FROM docker.io/nginxinc/nginx-unprivileged:1.26-alpine LABEL maintainer puzzle.ch LABEL org.opencontainers.image.title "puzzle.ch's Application Migration and Modernization Techlab"