Skip to content

Commit

Permalink
Update Liquibase to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r2-lf committed Nov 20, 2020
1 parent 51fa00e commit 4d0c6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ WORKDIR /liquibase
USER liquibase

# Latest Liquibase Release Version
ARG LIQUIBASE_VERSION=4.1.1
ARG LIQUIBASE_VERSION=4.2.0

# Download, verify, extract
ARG LB_SHA256=ef8e0b8f7f0cabc34a61b8a1e7f4feac46652b6f5e62b58a9f2d2cfc98f0033f
ARG LB_SHA256=c70f40bfefabca6050ca373787be8f306f883887e52f9db1222ed0f4c37b4276
RUN set -x \
&& wget -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://github.com/liquibase/liquibase/releases/download/v${LIQUIBASE_VERSION}/liquibase-${LIQUIBASE_VERSION}.tar.gz" \
&& echo "$LB_SHA256 liquibase-${LIQUIBASE_VERSION}.tar.gz" | sha256sum -c - \
Expand Down

0 comments on commit 4d0c6b3

Please sign in to comment.