Skip to content

Commit

Permalink
Update to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-buildmonkey committed Jan 4, 2021
1 parent ca135eb commit 598520d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /flyway
# Change to the flyway user
USER flyway

ENV FLYWAY_VERSION 7.3.2
ENV FLYWAY_VERSION 7.4.0

RUN curl -L https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/${FLYWAY_VERSION}/flyway-commandline-${FLYWAY_VERSION}.tar.gz -o flyway-commandline-${FLYWAY_VERSION}.tar.gz \
&& tar -xzf flyway-commandline-${FLYWAY_VERSION}.tar.gz --strip-components=1 \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ There are two families of images:

The following tags are officially supported:

- [`7.3.2`, `7.3`, `7`, `latest` (*Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/Dockerfile)
- [`7.3.2-alpine`, `7.3-alpine`, `7-alpine`, `latest-alpine` (*alpine/Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/alpine/Dockerfile)
- [`7.4.0`, `7.4`, `7`, `latest` (*Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/Dockerfile)
- [`7.4.0-alpine`, `7.4-alpine`, `7-alpine`, `latest-alpine` (*alpine/Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/alpine/Dockerfile)

The **flyway-azure** image *only* supports alpine versions.

Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /flyway
# Change to the flyway user
USER flyway

ENV FLYWAY_VERSION 7.3.2
ENV FLYWAY_VERSION 7.4.0

RUN wget https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/${FLYWAY_VERSION}/flyway-commandline-${FLYWAY_VERSION}.tar.gz \
&& tar -xzf flyway-commandline-${FLYWAY_VERSION}.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion flyway-azure/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV LANG C.UTF-8
ENV JAVA_VERSION 8u252
ENV JAVA_ALPINE_VERSION 8.252.09-r0

ENV FLYWAY_VERSION 7.3.2
ENV FLYWAY_VERSION 7.4.0

# This is a requirement for non glibc-based containers
# see https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops#non-glibc-based-containers
Expand Down

0 comments on commit 598520d

Please sign in to comment.