Update ghcr.io/static-web-server/static-web-server Docker tag to v2.36 #14
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ FROM tdewolff/minify:v2.21.3 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.35
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.36
|
||||
WORKDIR /
|
||||
COPY --from=minify /public /public
|
||||
|
|
Loading…
Add table
Reference in a new issue