Update ghcr.io/static-web-server/static-web-server Docker tag to v2.33
This commit is contained in:
parent
4d569fe7ef
commit
437c16f5b1
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.33
|
||||
WORKDIR /
|
||||
COPY --from=minify /public /public
|
Loading…
Reference in a new issue