Skip to content

Commit

Permalink
Update GoCD agents to v23.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Mar 8, 2024
1 parent f12403f commit befa215
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/gocd-agent-dood.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-java.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit befa215

Please sign in to comment.