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 5dad058 commit 096a4feCopy full SHA for 096a4fe
1 file changed
online-docs/Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /home/builder/tuleap-documentation
6
7
RUN nix-shell --run 'npm ci && npm run build && make SPHINXOPTS="-D html_theme=tuleap_online_doc" html'
8
9
-FROM nginx:1.31.3-alpine
+FROM nginx:1.31.3-alpine@sha256:2776cd5b70d8983e27e9f5c90abee3d24c690014ae8ecbb529572d954a459096
10
11
COPY online-docs/nginx.conf /etc/nginx/nginx.conf
12
COPY --from=builder /home/builder/tuleap-documentation/_build/html/en/ /usr/share/nginx/html
0 commit comments