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

Raise Alpine base version to 3.18 for existing releases #18093

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented Dec 13, 2024

Raise Alpine base version to 3.18 for 3.11.12 and 3.12.3.

@KVS85 KVS85 requested a review from a team as a code owner December 13, 2024 15:37
Copy link

Diff for 80c0f49:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3fc2200..38149b6 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,10 +4,10 @@ GitFetch: refs/heads/official
 
 Tags: 3.11, 3.11.12
 Architectures: amd64, arm64v8
-GitCommit: e10eb7c8bbdfa928b912e182571bfaf29bd55fb4
-Directory: alpine/3.11.12
+GitCommit: de481d822b675af548d17ec1a448fe7dbee97641
+Directory: alpine/3.11.12_alpine-3.18
 
 Tags: 3.12, 3.12.3, latest
 Architectures: amd64, arm64v8
-GitCommit: 76adfc275579f9e096d965a4afc429c2a1c25274
-Directory: alpine/3.12.3
+GitCommit: de481d822b675af548d17ec1a448fe7dbee97641
+Directory: alpine/3.12.3_alpine-3.18
diff --git a/arangodb_3.11.12/Dockerfile b/arangodb_3.11.12/Dockerfile
index 3942cb8..6640437 100644
--- a/arangodb_3.11.12/Dockerfile
+++ b/arangodb_3.11.12/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.17
+FROM alpine:3.18
 MAINTAINER Frank Celler <info@arangodb.com>
 
 ENV ARANGO_VERSION 3.11.12
diff --git a/arangodb_latest/Dockerfile b/arangodb_latest/Dockerfile
index 616c95f..21b8179 100644
--- a/arangodb_latest/Dockerfile
+++ b/arangodb_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.17
+FROM alpine:3.18
 MAINTAINER Frank Celler <info@arangodb.com>
 
 ENV ARANGO_VERSION 3.12.3

Relevant Maintainers:

@KVS85 KVS85 mentioned this pull request Dec 13, 2024
@yosifkit yosifkit merged commit d2850e1 into docker-library:master Dec 13, 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.

2 participants