Skip to content

Commit

Permalink
scripts/local-preview.sh: update version of container used to match C…
Browse files Browse the repository at this point in the history
…I/CD

Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Jan 28, 2024
1 parent 6e06e3d commit 67bca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/local-preview.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker run --rm -it -v $PWD:/src -p 1313:1313 -u $(id -u) klakegg/hugo:0.105.0-ext-alpine serve -b $1
docker run --rm -it -v $PWD:/src -p 1313:1313 -u $(id -u) klakegg/hugo:0.111.3-ext-alpine serve -b $1

0 comments on commit 67bca6b

Please sign in to comment.