Compare commits

..

No commits in common. "renovate/ghcr.io-static-web-server-static-web-server-2.x" and "main" have entirely different histories.

View file

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