Skip to content

Commit 8893d29

Browse files
renovate[bot]Hyzual
authored andcommitted
chore(deps): update nginx docker tag to v1.29.1
1 parent 51826a3 commit 8893d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.tuleap.org/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_org" html'
88

9-
FROM nginx:1.29.0-alpine
9+
FROM nginx:1.29.1-alpine
1010

1111
COPY docs.tuleap.org/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)