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 6145e60 commit 365f9d0Copy full SHA for 365f9d0
man/Dockerfile
@@ -7,7 +7,7 @@ COPY knot8.1 header.html footer.html /
7
RUN (cat /header.html; mandoc -Thtml -Ostyle=/mandoc.css -O fragment /knot8.1; cat /footer.html )>/app/index.html
8
9
10
-FROM bitnami/nginx:1.22-debian-10@sha256:0766f88508f8d76d871f4d5dbc73693cd90fa36ef16e914d7320871406798132
+FROM bitnami/nginx:1.27.3-debian-12-r0@sha256:ac35708f13b3d8b58ca17367ac16b40b20286890a71e3e3a2aaa3a942e3c4877
11
12
COPY --from=build /app/index.html /app/
13
COPY mandoc.css Inconsolata.woff2 /app/
0 commit comments