Skip to content

Commit

Permalink
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
  • Loading branch information
jenkins-infra-updatecli committed Nov 13, 2024
1 parent f3cc7ba commit fd3a733
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 fd3a733

Please sign in to comment.