Skip to content

Commit

Permalink
Update Flyway to 10.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Oct 2, 2024
1 parent b2cf296 commit ec69f8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/alldev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @link https://github.com/tecnickcom/alldev
# ------------------------------------------------------------------------------
FROM phusion/baseimage:jammy-1.0.4
ARG FLYWAY_VERSIONS="10.17.1,7.15.0,9.22.3"
ARG FLYWAY_VERSIONS="10.18.2,7.15.0,9.22.3"
ARG GO_VERSION="1.23.2"
ARG HUGO_VERSION="0.135.0"
ARG KOTLIN_VERSION="2.0.20"
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 @@ -10,7 +10,7 @@
ARG UBUNTU_VERSION="22.04"
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 FLYWAY_VERSIONS="10.18.2,7.15.0,9.22.3"
ARG GO_VERSION="1.23.2"
ARG NOMAD_VERSION="1.8.4"
ARG VENOM_VERSION="v1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ARG UBUNTU_VERSION="22.04"
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 FLYWAY_VERSIONS="10.18.2,7.15.0,9.22.3"
ARG GO_VERSION="1.23.2"
ARG HUGO_VERSION="0.135.0"
ARG KOTLIN_VERSION="2.0.20"
Expand Down

0 comments on commit ec69f8a

Please sign in to comment.