Compare commits

..

No commits in common. "3c621a49790d252ccf0f24d4e27a574849342f80" and "f594687528a84764f49f94993184ff1ae809de85" 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.32
FROM ghcr.io/static-web-server/static-web-server:2.31
WORKDIR /
COPY --from=zola /project/public /public