Update ghcr.io/static-web-server/static-web-server Docker tag to v2.32
All checks were successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate bot 2024-06-19 05:00:57 +00:00
parent 54592473bc
commit 619507321c

View file

@ -10,5 +10,5 @@ RUN apk add wget gzip tar && \
tar xvf mdbook.tar.gz && \
./mdbook build
FROM ghcr.io/static-web-server/static-web-server:2.31
FROM ghcr.io/static-web-server/static-web-server:2.32
COPY --from=build /build/book /public