Skip to content

Commit 5eaa6b2

Browse files
committed
Update hugo
1 parent 7344a14 commit 5eaa6b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
version: "2"
22
services:
33
hugo:
4-
image: klakegg/hugo:0.55.5
4+
image: klakegg/hugo:0.101.0
55
command: server
66
volumes:
77
- ./:/src
88
ports:
99
- 1313:1313
1010
build:
11-
image: klakegg/hugo:0.55.6
11+
image: klakegg/hugo:0.101.0
1212
volumes:
1313
- .:/src
1414
- ./public:/target

0 commit comments

Comments
 (0)