alpine:3.15 for arangodb 3.9#14621
Merged
yosifkit merged 1 commit intodocker-library:masterfrom May 10, 2023
Merged
Conversation
Diff for 111e2bb:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 3baf9b9..f3283a9 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,7 +3,7 @@ GitRepo: https://github.com/arangodb/arangodb-docker
GitFetch: refs/heads/official
Tags: 3.9, 3.9.10
-GitCommit: 04479ca0b7f52b6f23f3739eae6994f4875990f2
+GitCommit: 83dcd50e8af2210c1315074d8c9260b9ff572e9f
Directory: alpine/3.9.10
Tags: 3.10, 3.10.6, latest
diff --git a/arangodb_3.9.10/Dockerfile b/arangodb_3.9.10/Dockerfile
index 3956a5b..6a8f88a 100644
--- a/arangodb_3.9.10/Dockerfile
+++ b/arangodb_3.9.10/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.14
+FROM alpine:3.15
MAINTAINER Frank Celler <info@arangodb.com>
ENV ARANGO_VERSION 3.9.10Relevant Maintainers:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Alpine base to 3.15 for ArangoDB 3.9. Related to #14607.