Skip to content

Commit

Permalink
security update
Browse files Browse the repository at this point in the history
  • Loading branch information
alapierre committed Jul 13, 2021
1 parent 278132a commit 6cefa2c
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 @@ -10,7 +10,7 @@ WORKDIR /flyway
# Change to the flyway user
USER flyway

ENV FLYWAY_VERSION 7.7.1
ENV FLYWAY_VERSION 7.11.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 --strip-components=1 \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE_NAME=lapierre/flyway
IMAGE_VERSION=7.7.1
IMAGE_VERSION=7.11.1

build:
docker build --pull -t $(IMAGE_NAME):$(IMAGE_VERSION) .
Expand Down

0 comments on commit 6cefa2c

Please sign in to comment.