Compare commits

..

No commits in common. "8f466e4707fe2c3e0e357ea256f5717431513140" and "95a30892e48a34cd0287c40da436eaced1b832d1" have entirely different histories.

View file

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