Update ghcr.io/static-web-server/static-web-server Docker tag to v2.28
This commit is contained in:
parent
8a6eb0466b
commit
d88a4b160c
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ COPY . /project
|
|||
WORKDIR /project
|
||||
RUN ["zola", "build"]
|
||||
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.27
|
||||
FROM ghcr.io/static-web-server/static-web-server:2.28
|
||||
WORKDIR /
|
||||
COPY --from=zola /project/public /public
|
Loading…
Reference in a new issue