Update ghcr.io/static-web-server/static-web-server Docker tag to v2.34 #9
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ FROM tdewolff/minify:v2.21.1 as minify
|
|||
COPY --from=zola /project/public /public
|
||||
RUN minify -r -a -o public/ public
|
||||
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.32
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.34
|
||||
WORKDIR /
|
||||
COPY --from=minify /public /public
|
Loading…
Reference in a new issue