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 3a6b3da commit c46cd31Copy full SHA for c46cd31
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 nginxinc/nginx-unprivileged:1.26-alpine
+FROM nginxinc/nginx-unprivileged:1.27-alpine
23
24
LABEL maintainer puzzle.ch
25
LABEL org.opencontainers.image.title "puzzle.ch's Application Migration and Modernization Techlab"
0 commit comments