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.28.0 #17025

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Conversation

liquibot
Copy link
Contributor

@liquibot liquibot commented Jun 21, 2024

fix: library/liquibase:
We are updating the commit sha to fix the vulnerability issue found in:cve-2024-24790

@liquibot liquibot requested a review from a team as a code owner June 21, 2024 16:25

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link

Diff for e638cc9:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6aa0c71..2ff3206 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,11 +2,11 @@ Maintainers: Jake Newton <[email protected]> (@jnewton03)
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/liquibase/docker.git
 
-Tags: 4.28, 4.28.0, latest
+Tags: 4.28, 4.28.0, 4.28.0.1, latest
 GitFetch: refs/heads/main
-GitCommit: 655c4b4c702ee11eeafae6ac4521d8cb773dd2e1
+GitCommit: fd4c7b81522d7956289e7534078390212b2f77f4
 
-Tags: 4.28-alpine, 4.28.0-alpine, alpine
+Tags: 4.28-alpine, 4.28.0-alpine, 4.28.0.1-alpine, alpine
 GitFetch: refs/heads/main
-GitCommit: 655c4b4c702ee11eeafae6ac4521d8cb773dd2e1
+GitCommit: fd4c7b81522d7956289e7534078390212b2f77f4
 File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index c7ef92a..a490b89 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,5 +2,7 @@ liquibase:4.28
 liquibase:4.28-alpine
 liquibase:4.28.0
 liquibase:4.28.0-alpine
+liquibase:4.28.0.1
+liquibase:4.28.0.1-alpine
 liquibase:alpine
 liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 2cad436..4ab6a5c 100644
--- a/liquibase_alpine/Dockerfile.alpine
+++ b/liquibase_alpine/Dockerfile.alpine
@@ -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.4
-ARG LPM_SHA256=c3ecdc0fc0be75181b40e189289bf7fdb3fa62310a1d2cf768483b34e1d541cf
-ARG LPM_SHA256_ARM=375acfa1e12aa0e11c4af65e231e6471ea8d5eea465fb58b516ea2ffbd18f3e0
+ARG LPM_VERSION=0.2.6
+ARG LPM_SHA256=0e1df6b8daf9d53a2d1d90fa8e48abbcbb8e885d249de7a09879a3a0276bebdf
+ARG LPM_SHA256_ARM=b1f6d5c8b21353b213ef828849c3d767d4214e13e8c0f4fbadd038c96ef93389
 
 # Download and Install lpm
 RUN mkdir /liquibase/bin && \
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index 7aee592..1f8e542 100644
--- a/liquibase_latest/Dockerfile
+++ b/liquibase_latest/Dockerfile
@@ -25,9 +25,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.4
-ARG LPM_SHA256=c3ecdc0fc0be75181b40e189289bf7fdb3fa62310a1d2cf768483b34e1d541cf
-ARG LPM_SHA256_ARM=375acfa1e12aa0e11c4af65e231e6471ea8d5eea465fb58b516ea2ffbd18f3e0
+ARG LPM_VERSION=0.2.6
+ARG LPM_SHA256=0e1df6b8daf9d53a2d1d90fa8e48abbcbb8e885d249de7a09879a3a0276bebdf
+ARG LPM_SHA256_ARM=b1f6d5c8b21353b213ef828849c3d767d4214e13e8c0f4fbadd038c96ef93389
 
 # Download and Install lpm
 RUN apt-get update && \

Relevant Maintainers:

@tianon tianon merged commit 1931554 into docker-library:master Jun 21, 2024
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.

3 participants