Skip to content

Commit

Permalink
Update GoCD to 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Aug 19, 2024
1 parent d2f3bff commit 73579e1
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="v24.2.0"
ARG GOCD_VERSION="v24.3.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="v24.2.0"
ARG GOCD_VERSION="v24.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="10.17.1,7.15.0,9.22.3"
ARG GO_VERSION="1.23.0"
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="v24.2.0"
ARG GOCD_VERSION="v24.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG NOMAD_VERSION="1.8.3"
ARG KOTLIN_VERSION="2.0.10"
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="v24.2.0"
ARG GOCD_VERSION="v24.3.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="v24.2.0"
ARG GOCD_VERSION="v24.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="10.17.1,7.15.0,9.22.3"
ARG GO_VERSION="1.23.0"
Expand Down

0 comments on commit 73579e1

Please sign in to comment.