Skip to content

Commit

Permalink
Update Hugo to 0.124.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Apr 3, 2024
1 parent f4a507b commit 7116938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alldev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
FROM phusion/baseimage:jammy-1.0.1
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.22.2"
ARG HUGO_VERSION="0.123.8"
ARG HUGO_VERSION="0.124.1"
ARG KOTLIN_VERSION="1.9.23"
ARG NOMAD_VERSION="1.7.5"
ARG VENOM_VERSION="v1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG GOCD_VERSION="v23.5.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.22.2"
ARG HUGO_VERSION="0.123.8"
ARG HUGO_VERSION="0.124.1"
ARG KOTLIN_VERSION="1.9.23"
ARG NOMAD_VERSION="1.7.5"
ARG VENOM_VERSION="v1.1.0"
Expand Down

0 comments on commit 7116938

Please sign in to comment.