diff --git a/src/gocd-agent-dood.Dockerfile b/src/gocd-agent-dood.Dockerfile index 030d1c2..ef62e97 100644 --- a/src/gocd-agent-dood.Dockerfile +++ b/src/gocd-agent-dood.Dockerfile @@ -8,7 +8,7 @@ # @link https://github.com/tecnickcom/alldev # ------------------------------------------------------------------------------ ARG UBUNTU_VERSION="22.04" -ARG GOCD_VERSION="v24.3.0" +ARG GOCD_VERSION="v24.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} LABEL com.tecnick.vendor="Tecnick.com" USER root diff --git a/src/gocd-agent-golang.Dockerfile b/src/gocd-agent-golang.Dockerfile index 3b0e8e5..6d187b1 100644 --- a/src/gocd-agent-golang.Dockerfile +++ b/src/gocd-agent-golang.Dockerfile @@ -8,7 +8,7 @@ # @link https://github.com/tecnickcom/alldev # ------------------------------------------------------------------------------ ARG UBUNTU_VERSION="22.04" -ARG GOCD_VERSION="v24.3.0" +ARG GOCD_VERSION="v24.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} ARG FLYWAY_VERSIONS="11.2.0,10.22.0,7.15.0,9.22.3" ARG GO_VERSION="1.23.5" diff --git a/src/gocd-agent-java.Dockerfile b/src/gocd-agent-java.Dockerfile index d3a927b..dda05c5 100644 --- a/src/gocd-agent-java.Dockerfile +++ b/src/gocd-agent-java.Dockerfile @@ -8,7 +8,7 @@ # @link https://github.com/tecnickcom/alldev # ------------------------------------------------------------------------------ ARG UBUNTU_VERSION="22.04" -ARG GOCD_VERSION="v24.3.0" +ARG GOCD_VERSION="v24.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} ARG NOMAD_VERSION="1.9.5" ARG KOTLIN_VERSION="2.1.0" diff --git a/src/gocd-agent-python.Dockerfile b/src/gocd-agent-python.Dockerfile index 4a11f72..30a289f 100644 --- a/src/gocd-agent-python.Dockerfile +++ b/src/gocd-agent-python.Dockerfile @@ -8,7 +8,7 @@ # @link https://github.com/tecnickcom/alldev # ------------------------------------------------------------------------------ ARG UBUNTU_VERSION="22.04" -ARG GOCD_VERSION="v24.3.0" +ARG GOCD_VERSION="v24.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} LABEL com.tecnick.vendor="Tecnick.com" USER root diff --git a/src/gocd-agent.Dockerfile b/src/gocd-agent.Dockerfile index f8136ad..bf25ff7 100644 --- a/src/gocd-agent.Dockerfile +++ b/src/gocd-agent.Dockerfile @@ -8,7 +8,7 @@ # @link https://github.com/tecnickcom/alldev # ------------------------------------------------------------------------------ ARG UBUNTU_VERSION="22.04" -ARG GOCD_VERSION="v24.3.0" +ARG GOCD_VERSION="v24.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} ARG FLYWAY_VERSIONS="11.2.0,10.22.0,7.15.0,9.22.3" ARG GO_VERSION="1.23.5"