Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Hugo version in docker image name in docker-compose.yaml
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
jenkins-infra-updatecli committed Nov 7, 2024
1 parent c79c1fa commit 5070448
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
x-base: &base
image: hugomods/hugo:ci-0.128.0
image: hugomods/hugo:ci-0.138.0
volumes:
- .:/src

services:
status:
<<: *base
!!merge <<: *base
ports:
- 1313:1313
command: "hugo serve --bind 0.0.0.0 --cleanDestinationDir --disableFastRender --printPathWarnings --printMemoryUsage --noHTTPCache"
build:
<<: *base
!!merge <<: *base
profiles:
- donotstart

0 comments on commit 5070448

Please sign in to comment.