Skip to content

Commit

Permalink
Liquibase Version Bumped to 4.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Sep 15, 2023
1 parent f436e0c commit 2ac4eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM eclipse-temurin:17-jre-jammy as builder

ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.23.2
ARG LIQUIBASE_VERSION=4.23.1
ARG LPM_VERSION=0.2.3
ARG LB_SHA256=fc7d2a9fa97d91203d639b664715d40953c6c9155a5225a0ddc4c8079b9a3641
ARG LB_SHA256=b9667d97a0ba425547aa9fe66bafeccf4ef3b821e91ae732ec684d0eaf2fd7f5

# Install necessary dependencies
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM alpine:3.18.3 as builder

ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.23.2
ARG LIQUIBASE_VERSION=4.23.1
ARG LPM_VERSION=0.2.3
ARG LB_SHA256=fc7d2a9fa97d91203d639b664715d40953c6c9155a5225a0ddc4c8079b9a3641
ARG LB_SHA256=b9667d97a0ba425547aa9fe66bafeccf4ef3b821e91ae732ec684d0eaf2fd7f5

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

0 comments on commit 2ac4eb6

Please sign in to comment.