Skip to content

Commit

Permalink
Update to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-buildmonkey committed Sep 28, 2020
1 parent 4c19f21 commit bf6d4a8
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 6.5.7
ENV FLYWAY_VERSION 7.0.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`, `6.5`, `6`, `latest` (*Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/Dockerfile)
- [`7.0.0-beta1-alpine`, `6.5-alpine`, `6-alpine`, `latest-alpine` (*alpine/Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/alpine/Dockerfile)
- [`7.0.0-beta1`, `7.0`, `7`, `latest` (*Dockerfile*)](https://github.com/flyway/flyway-docker/blob/master/Dockerfile)
- [`7.0.0-beta1-alpine`, `7.0-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 6.5.7
ENV FLYWAY_VERSION 7.0.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 bf6d4a8

Please sign in to comment.