diff --git a/src/gocd-agent-dood.Dockerfile b/src/gocd-agent-dood.Dockerfile index dca3509..31bf441 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="v23.3.0" +ARG GOCD_VERSION="v23.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 9491639..a03e561 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="v23.3.0" +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.1" diff --git a/src/gocd-agent-java.Dockerfile b/src/gocd-agent-java.Dockerfile index 39d33f8..995a5d1 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="v23.3.0" +ARG GOCD_VERSION="v23.5.0" FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION} ARG NOMAD_VERSION="1.7.5" ARG KOTLIN_VERSION="1.9.23" diff --git a/src/gocd-agent-python.Dockerfile b/src/gocd-agent-python.Dockerfile index 73b5c8d..7d99e63 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="v23.3.0" +ARG GOCD_VERSION="v23.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 713e18e..a40f7ff 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="v23.3.0" +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.1"