Update ghcr.io/static-web-server/static-web-server Docker tag to v2.31 #3
1 changed files with 1 additions and 1 deletions
|
@ -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.30
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.31
|
||||
COPY --from=build /build/book /public
|
||||
|
|
Loading…
Reference in a new issue