Update ghcr.io/static-web-server/static-web-server Docker tag to v2.30

This commit is contained in:
Renovate bot 2024-04-28 23:28:11 +00:00
parent 95a30892e4
commit 90da51e452

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.28 FROM ghcr.io/static-web-server/static-web-server:2.30
WORKDIR / WORKDIR /
COPY --from=zola /project/public /public COPY --from=zola /project/public /public