Skip to content

Commit

Permalink
Liquibase Version Bumped to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Feb 22, 2022
1 parent 9105214 commit cfb0549
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 @@ -24,11 +24,11 @@ RUN ln -s /liquibase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh \
USER liquibase

# Latest Liquibase Release Version
ARG LIQUIBASE_VERSION=4.7.1
ARG LIQUIBASE_VERSION=4.8.0
ARG LPM_VERSION=0.1.3

# Download, verify, extract
ARG LB_SHA256=70732c0643f947baf1459833cca68726b16adfac42f4f06ecd3cdcd641ca7385
ARG LB_SHA256=7462b6e92f7077e1858865c403d52f0dce1bd66d03b1fae907815c10825feb33
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 cfb0549

Please sign in to comment.