Skip to content

Commit

Permalink
Liquibase Version Bumped to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Mar 17, 2022
1 parent 32a3727 commit 8dfda70
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.8.0
ARG LIQUIBASE_VERSION=4.9.0
ARG LPM_VERSION=0.1.3

# Download, verify, extract
ARG LB_SHA256=7462b6e92f7077e1858865c403d52f0dce1bd66d03b1fae907815c10825feb33
ARG LB_SHA256=d489d12731ea8a49ba25def3e784d6e89167dc53b42ed4ad7a158d682fab770f
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 8dfda70

Please sign in to comment.