Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update library/liquibase to 4.31.0 #18250

Merged
merged 3 commits into from
Jan 16, 2025
Merged

Conversation

liquibot
Copy link
Contributor

Update library/liquibase with latest commit and version

@liquibot liquibot requested a review from a team as a code owner January 16, 2025 15:44
Copy link

Diff for 19a199c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 09d42de..2d1b2ca 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.30, 4.30.0, latest
+Tags: 4.31, 4.31.0, latest
 GitFetch: refs/heads/main
-GitCommit: f86be8a84c919e1c3a6c8d9f9917cf3ee1c3f455
+GitCommit: ff5441b137e517f983ab09869f3b1a956f0c839a
 
-Tags: 4.30-alpine, 4.30.0-alpine, alpine
+Tags: 4.31-alpine, 4.31.0-alpine, alpine
 GitFetch: refs/heads/main
-GitCommit: f86be8a84c919e1c3a6c8d9f9917cf3ee1c3f455
+GitCommit: ff5441b137e517f983ab09869f3b1a956f0c839a
 File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 0a1edb1..65af0f7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
-liquibase:4.30
-liquibase:4.30-alpine
-liquibase:4.30.0
-liquibase:4.30.0-alpine
+liquibase:4.31
+liquibase:4.31-alpine
+liquibase:4.31.0
+liquibase:4.31.0-alpine
 liquibase:alpine
 liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 2f93cee..d6c1368 100644
--- a/liquibase_alpine/Dockerfile.alpine
+++ b/liquibase_alpine/Dockerfile.alpine
@@ -11,8 +11,8 @@ RUN apk add --no-cache openjdk17-jre-headless bash
 
 WORKDIR /liquibase
 
-ARG LIQUIBASE_VERSION=4.30.0
-ARG LB_SHA256=184ffd609518091da42d6cd75e883b4f6ff1763cce8883e95fc99f7f05ca262d
+ARG LIQUIBASE_VERSION=4.31.0
+ARG LB_SHA256=ffcf80c34c8b05a50c32c423ad2899aa9e7a5cd40097628f2bc739b70654962d
 
 # Download, verify, extract
 RUN set -x && \
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index bbbf305..25c1e98 100644
--- a/liquibase_latest/Dockerfile
+++ b/liquibase_latest/Dockerfile
@@ -14,8 +14,8 @@ RUN groupadd --gid 1001 liquibase && \
 # Download and install Liquibase
 WORKDIR /liquibase
 
-ARG LIQUIBASE_VERSION=4.30.0
-ARG LB_SHA256=184ffd609518091da42d6cd75e883b4f6ff1763cce8883e95fc99f7f05ca262d
+ARG LIQUIBASE_VERSION=4.31.0
+ARG LB_SHA256=ffcf80c34c8b05a50c32c423ad2899aa9e7a5cd40097628f2bc739b70654962d
 
 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 - && \

Relevant Maintainers:

@yosifkit yosifkit merged commit a354e2e into docker-library:master Jan 16, 2025
7 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