Skip to content

Update library/liquibase to 4.33.0#19428

Merged
tianon merged 1 commit intodocker-library:masterfrom
liquibase:master
Jul 9, 2025
Merged

Update library/liquibase to 4.33.0#19428
tianon merged 1 commit intodocker-library:masterfrom
liquibase:master

Conversation

@liquibot
Copy link
Contributor

@liquibot liquibot commented Jul 9, 2025

Update library/liquibase with latest commit and version

@github-actions

This comment has been minimized.

@tianon
Copy link
Member

tianon commented Jul 9, 2025

Looks like #19343 has snuck into this and needs to be rebased out.

@github-actions

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Jul 9, 2025

Diff for 874a7cc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ab37d81..9067a40 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,11 +2,11 @@ Maintainers: Jake Newton <docker@liquibase.com> (@jnewton03)
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/liquibase/docker.git
 
-Tags: 4.32, 4.32.0, latest
+Tags: 4.33, 4.33.0, latest
 GitFetch: refs/heads/main
-GitCommit: 5f25f074861b619a8bd3a3147d3ceeafb672f717
+GitCommit: e54a7dd42e0afd00fa3a85d3ef3d90a3b583c613
 
-Tags: 4.32-alpine, 4.32.0-alpine, alpine
+Tags: 4.33-alpine, 4.33.0-alpine, alpine
 GitFetch: refs/heads/main
-GitCommit: 5f25f074861b619a8bd3a3147d3ceeafb672f717
+GitCommit: e54a7dd42e0afd00fa3a85d3ef3d90a3b583c613
 File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 033818d..774c25b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
-liquibase:4.32
-liquibase:4.32-alpine
-liquibase:4.32.0
-liquibase:4.32.0-alpine
+liquibase:4.33
+liquibase:4.33-alpine
+liquibase:4.33.0
+liquibase:4.33.0-alpine
 liquibase:alpine
 liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 11aa1e6..06d8685 100644
--- a/liquibase_alpine/Dockerfile.alpine
+++ b/liquibase_alpine/Dockerfile.alpine
@@ -1,5 +1,5 @@
 # Use multi-stage build
-FROM alpine:3.21
+FROM alpine:3.22
 
 # Create liquibase user
 RUN addgroup --gid 1001 liquibase && \
@@ -11,8 +11,8 @@ RUN apk add --no-cache openjdk21-jre-headless bash
 
 WORKDIR /liquibase
 
-ARG LIQUIBASE_VERSION=4.32.0
-ARG LB_SHA256=10910d42ae9990c95a4ac8f0a3665a24bd40d08fb264055d78b923a512774d54
+ARG LIQUIBASE_VERSION=4.33.0
+ARG LB_SHA256=689acfcdc97bad0d4c150d1efab9c851e251b398cb3d6326f75e8aafe40ed578
 
 # Download, verify, extract
 RUN set -x && \
@@ -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.9
-ARG LPM_SHA256=b9caecd34c98a6c19a2bc582e8064aff5251c5f1adbcd100d3403c5eceb5373a
-ARG LPM_SHA256_ARM=0adb3a96d7384b4da549979bf00217a8914f0df37d1ed8fdb1b4a4baebfa104c
+ARG LPM_VERSION=0.2.10
+ARG LPM_SHA256=3a47a733e4bf203f9d09ff400ff34146aacac79bd2d192fa0cd2ba3e6312f8d3
+ARG LPM_SHA256_ARM=5f63a39b0774b372f64189f1e332c70098a51e55bc0f4c442a86753e8e8a0978
 
 # Add metadata labels
 LABEL org.opencontainers.image.description="Liquibase Container Image (Alpine)"
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index 7691cbf..97221ba 100644
--- a/liquibase_latest/Dockerfile
+++ b/liquibase_latest/Dockerfile
@@ -9,8 +9,8 @@ RUN groupadd --gid 1001 liquibase && \
 # Download and install Liquibase
 WORKDIR /liquibase
 
-ARG LIQUIBASE_VERSION=4.32.0
-ARG LB_SHA256=10910d42ae9990c95a4ac8f0a3665a24bd40d08fb264055d78b923a512774d54
+ARG LIQUIBASE_VERSION=4.33.0
+ARG LB_SHA256=689acfcdc97bad0d4c150d1efab9c851e251b398cb3d6326f75e8aafe40ed578
 
 RUN wget -q -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 - && \
@@ -20,9 +20,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.9
-ARG LPM_SHA256=b9caecd34c98a6c19a2bc582e8064aff5251c5f1adbcd100d3403c5eceb5373a
-ARG LPM_SHA256_ARM=0adb3a96d7384b4da549979bf00217a8914f0df37d1ed8fdb1b4a4baebfa104c
+ARG LPM_VERSION=0.2.10
+ARG LPM_SHA256=3a47a733e4bf203f9d09ff400ff34146aacac79bd2d192fa0cd2ba3e6312f8d3
+ARG LPM_SHA256_ARM=5f63a39b0774b372f64189f1e332c70098a51e55bc0f4c442a86753e8e8a0978
     
 # Add metadata labels
 LABEL org.opencontainers.image.description="Liquibase Container Image"

Relevant Maintainers:

@tianon tianon merged commit 53c114d into docker-library:master Jul 9, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants