Skip to content

Commit

Permalink
Liquibase Version Bumped to 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Dec 2, 2021
1 parent 75acb85 commit ff6b4b8
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,10 +24,10 @@ RUN ln -s /liquibase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh \
USER liquibase

# Latest Liquibase Release Version
ARG LIQUIBASE_VERSION=4.6.1
ARG LIQUIBASE_VERSION=4.6.2

# Download, verify, extract
ARG LB_SHA256=9d1e33c9ef5c0d545554586d656ab5b9e8c6f8963b0eb3a0e6caea3ad9b90795
ARG LB_SHA256=b15081de5d6e12764138663ad6cae020822f395e4a5a89dbca5801840d45f91e
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 ff6b4b8

Please sign in to comment.