Skip to content

Commit

Permalink
Liquibase Version Bumped to 4.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Nov 14, 2023
1 parent 65466b5 commit 5b0be2e
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 @@ -4,7 +4,7 @@ FROM eclipse-temurin:17-jre-jammy as builder
ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.25.0
ARG LPM_VERSION=0.2.4
ARG LB_SHA256=362174965cd8c2c74f1026201f911afc1a323c822828bf3fd04bcefa3aa45c49
ARG LB_SHA256=e984b936c6b351da92d701103db5e944234348b5ac938176a4a4297afcc780f2

# Install necessary dependencies
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine:3.18.4 as builder
ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.25.0
ARG LPM_VERSION=0.2.4
ARG LB_SHA256=362174965cd8c2c74f1026201f911afc1a323c822828bf3fd04bcefa3aa45c49
ARG LB_SHA256=e984b936c6b351da92d701103db5e944234348b5ac938176a4a4297afcc780f2

# Install tools for downloading and verifying packages
RUN apk add --no-cache wget unzip gnupg
Expand Down

0 comments on commit 5b0be2e

Please sign in to comment.