Skip to content

Commit

Permalink
Add flyway 10.3.0, update default flyway to 9.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Jan 12, 2024
1 parent c8c9e7c commit 8704901
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.1
ARG FLYWAY_VERSIONS="7.15.0,9.9.0"
ARG FLYWAY_VERSIONS="10.3.0,7.15.0,9.22.3"
ARG GO_VERSION="1.21.6"
ARG HUGO_VERSION="0.121.2"
ARG KOTLIN_VERSION="1.9.22"
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="v23.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="7.15.0,9.9.0"
ARG FLYWAY_VERSIONS="10.3.0,7.15.0,9.22.3"
ARG GO_VERSION="1.21.6"
ARG NOMAD_VERSION="1.7.2"
ARG VENOM_VERSION="v1.1.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="v23.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="7.15.0,9.9.0"
ARG FLYWAY_VERSIONS="10.3.0,7.15.0,9.22.3"
ARG GO_VERSION="1.21.6"
ARG HUGO_VERSION="0.121.2"
ARG KOTLIN_VERSION="1.9.22"
Expand Down

0 comments on commit 8704901

Please sign in to comment.