From befa215d35e4651cd8fff4184f790c7ccc7ef832 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 8 Mar 2024 13:15:41 +0000 Subject: [PATCH] Update GoCD agents to v23.5.0 --- src/gocd-agent-dood.Dockerfile | 2 +- src/gocd-agent-golang.Dockerfile | 2 +- src/gocd-agent-java.Dockerfile | 2 +- src/gocd-agent-python.Dockerfile | 2 +- src/gocd-agent.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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"