Skip to content

Commit

Permalink
⬆️ Update LPM_VERSION to 0.2.6 and corresponding SHA256 checksums in …
Browse files Browse the repository at this point in the history
…Dockerfile and Dockerfile.alpine to use the latest version of lpm for improved functionality and security. (#316)
  • Loading branch information
jandroav authored Jun 21, 2024
1 parent 4b43de7 commit 0b54868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN wget -q -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://github.com/liquiba
ln -s /liquibase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh && \
liquibase --version

ARG LPM_VERSION=0.2.5
ARG LPM_SHA256=2ff5af7e850be8d768fb9e7ef2650e1584aec5bb2a7e92d34a7c71a25e7ff319
ARG LPM_SHA256_ARM=53197f652100a7cbc42851b300482c86846908d842400eabcf03eea3554b48f8
ARG LPM_VERSION=0.2.6
ARG LPM_SHA256=0e1df6b8daf9d53a2d1d90fa8e48abbcbb8e885d249de7a09879a3a0276bebdf
ARG LPM_SHA256_ARM=b1f6d5c8b21353b213ef828849c3d767d4214e13e8c0f4fbadd038c96ef93389

# Download and Install lpm
RUN apt-get update && \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN set -x && \
ln -s /liquibase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh && \
liquibase --version

ARG LPM_VERSION=0.2.5
ARG LPM_SHA256=2ff5af7e850be8d768fb9e7ef2650e1584aec5bb2a7e92d34a7c71a25e7ff319
ARG LPM_SHA256_ARM=53197f652100a7cbc42851b300482c86846908d842400eabcf03eea3554b48f8
ARG LPM_VERSION=0.2.6
ARG LPM_SHA256=0e1df6b8daf9d53a2d1d90fa8e48abbcbb8e885d249de7a09879a3a0276bebdf
ARG LPM_SHA256_ARM=b1f6d5c8b21353b213ef828849c3d767d4214e13e8c0f4fbadd038c96ef93389

# Download and Install lpm
RUN mkdir /liquibase/bin && \
Expand Down

0 comments on commit 0b54868

Please sign in to comment.