Skip to content

Commit

Permalink
Update to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-buildmonkey committed Oct 29, 2020
1 parent b6e37d9 commit 6541716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0
ENV FLYWAY_VERSION 7.1.1

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
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.0
ENV FLYWAY_VERSION 7.1.1

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 6541716

Please sign in to comment.