Compare commits

...

2 commits

View file

@ -4,6 +4,6 @@ COPY . /project
WORKDIR /project
RUN ["zola", "build"]
FROM ghcr.io/static-web-server/static-web-server:2.28
FROM ghcr.io/static-web-server/static-web-server:2.30
WORKDIR /
COPY --from=zola /project/public /public