Skip to content

Commit 096a4fe

Browse files
HyzualLeSuisse
authored andcommitted
chore: Use sha256 hash of nginx docker image
Why? Hashes are more precise than docker tags.
1 parent 5dad058 commit 096a4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

online-docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /home/builder/tuleap-documentation
66

77
RUN nix-shell --run 'npm ci && npm run build && make SPHINXOPTS="-D html_theme=tuleap_online_doc" html'
88

9-
FROM nginx:1.31.3-alpine
9+
FROM nginx:1.31.3-alpine@sha256:2776cd5b70d8983e27e9f5c90abee3d24c690014ae8ecbb529572d954a459096
1010

1111
COPY online-docs/nginx.conf /etc/nginx/nginx.conf
1212
COPY --from=builder /home/builder/tuleap-documentation/_build/html/en/ /usr/share/nginx/html

0 commit comments

Comments
 (0)