Update ghcr.io/static-web-server/static-web-server Docker tag to v2.34
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending

This commit is contained in:
Renovate bot 2024-12-03 23:49:19 +00:00
parent c0948ede03
commit cef9d69384

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.33
FROM ghcr.io/static-web-server/static-web-server:2.34
COPY --from=build /build/book /public