Skip to content

Commit

Permalink
Update to 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-buildmonkey committed Nov 18, 2020
1 parent 8629a22 commit e76bf5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.0
ENV FLYWAY_VERSION 7.2.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.2.0
ENV FLYWAY_VERSION 7.2.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
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.2.0
ENV FLYWAY_VERSION 7.2.1

# 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 e76bf5d

Please sign in to comment.