Skip to content

Commit

Permalink
Update to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-buildmonkey committed Nov 9, 2020
1 parent 6541716 commit ab94dbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.1
ENV FLYWAY_VERSION 7.2.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 @@ -10,8 +10,8 @@ This is the official repository for [Flyway Command-line](https://flywaydb.org/d

The following tags are officially supported:

- [`7.0.0-beta1`, `7.1`, `7`, `latest` (*Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/Dockerfile)
- [`7.0.0-beta1-alpine`, `7.1-alpine`, `7-alpine`, `latest-alpine` (*alpine/Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/alpine/Dockerfile)
- [`7.0.0-beta1`, `7.2`, `7`, `latest` (*Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/Dockerfile)
- [`7.0.0-beta1-alpine`, `7.2-alpine`, `7-alpine`, `latest-alpine` (*alpine/Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/alpine/Dockerfile)


## Supported Volumes
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.1.1
ENV FLYWAY_VERSION 7.2.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

0 comments on commit ab94dbe

Please sign in to comment.