Skip to content

Commit

Permalink
chore(deps): update ghcr.io/getzola/zola docker tag to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 9d16a07 commit 82d8afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/zola/build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ docker run \
--user "$(id -u):$(id -g)" \
--volume "$PWD":/app \
--workdir /app \
ghcr.io/getzola/zola:v0.17.1@sha256:26fa853200306cfd39a93a8434e97f29f36ebddaeb698f832a436e08f8c615f0 \
ghcr.io/getzola/zola:v0.18.0@sha256:a514f95eb320062c4bb5a892d2ef8948bafa71279a45b9d7523d183abcdaa3dd \
build
2 changes: 1 addition & 1 deletion scripts/zola/serve.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker run \
--volume "$PWD":/app \
--workdir /app \
--publish "8080:8080" \
ghcr.io/getzola/zola:v0.17.1@sha256:26fa853200306cfd39a93a8434e97f29f36ebddaeb698f832a436e08f8c615f0 \
ghcr.io/getzola/zola:v0.18.0@sha256:a514f95eb320062c4bb5a892d2ef8948bafa71279a45b9d7523d183abcdaa3dd \
serve \
--interface "0.0.0.0" \
--port 8080 \
Expand Down

0 comments on commit 82d8afe

Please sign in to comment.