Skip to content

Commit

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

# Latest Liquibase Release Version
ARG LIQUIBASE_VERSION=4.13.0
ARG LIQUIBASE_VERSION=4.14.0
ARG LPM_VERSION=0.1.7

# Download, verify, extract
ARG LB_SHA256=fa8567be12ad88346f0907e68c412b5c77b26b1cb3964c2ccdbe5f9e98ad2461
ARG LB_SHA256=e21064c8e82b77c4d033c1600d8b7daa186ab3e8a516deb546a5cd1102f548dd
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 6203063

Please sign in to comment.