Skip to content

Commit

Permalink
Merge pull request #252 from liquibase/feature/bump-lpm-version
Browse files Browse the repository at this point in the history
bump lpm to v0.2.4
  • Loading branch information
jnewton03 authored Oct 27, 2023
2 parents 784847e + e10d4ab commit 855cefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM eclipse-temurin:17-jre-jammy as builder

ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.24.0
ARG LPM_VERSION=0.2.3
ARG LPM_VERSION=0.2.4
ARG LB_SHA256=6ecf638a75b501b798189da824e167f29db93477186109f2549508c6266d0b2a

# Install necessary dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.18.4 as builder

ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.24.0
ARG LPM_VERSION=0.2.3
ARG LPM_VERSION=0.2.4
ARG LB_SHA256=6ecf638a75b501b798189da824e167f29db93477186109f2549508c6266d0b2a

# Install tools for downloading and verifying packages
Expand Down

0 comments on commit 855cefc

Please sign in to comment.