Compare commits

..

No commits in common. "renovate/ghcr.io-static-web-server-static-web-server-2.x" and "main" have entirely different histories.

View file

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