We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5464d63 commit dec9ca8Copy full SHA for dec9ca8
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ COPY --from=builder /src/public /
19
20
RUN wkhtmltopdf --outline-depth 4 --enable-internal-links --enable-local-file-access ./pdf/index.html /pdf.pdf
21
22
-FROM docker.io/nginxinc/nginx-unprivileged:1.28-alpine
+FROM docker.io/nginxinc/nginx-unprivileged:1.29-alpine
23
24
LABEL maintainer="Puzzle ITC <https://www.puzzle.ch/>"
25
LABEL org.opencontainers.image.authors="Puzzle ITC <https://www.puzzle.ch/>"
0 commit comments