Compare commits

..

No commits in common. "54592473bc01ef6c816b05bf8ba5f2674c6e6a77" and "3938c7fbab2beb9263a00552df053daadac03be1" have entirely different histories.

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.30
COPY --from=build /build/book /public