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

arangodb 3.8.5.1 #11808

Merged
merged 1 commit into from
Feb 4, 2022
Merged

arangodb 3.8.5.1 #11808

merged 1 commit into from
Feb 4, 2022

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented Feb 4, 2022

Updated ArangoDB 3.8 to 3.8.5.1 (3.8.5 with Hotfix 1).

@github-actions
Copy link

github-actions bot commented Feb 4, 2022

Diff for 5272035:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8d19ca1..6e54cce 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -7,5 +7,5 @@ GitCommit: df34e6d0c1bb3a70c3537669d482c329a1a14128
 Directory: alpine/3.7.17
 
 Tags: 3.8, 3.8.5, latest
-GitCommit: 0ea565ef7d2cae496544e4e5e7bf5fe2a6781d99
-Directory: alpine/3.8.5
+GitCommit: c0192510e0c381b8b611c0dd5b6d8413c6ff0693
+Directory: alpine/3.8.5.1
diff --git a/arangodb_latest/Dockerfile b/arangodb_latest/Dockerfile
index 297419c..85c0d9e 100644
--- a/arangodb_latest/Dockerfile
+++ b/arangodb_latest/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.14
 MAINTAINER Frank Celler <info@arangodb.com>
 
-ENV ARANGO_VERSION 3.8.5
+ENV ARANGO_VERSION 3.8.5.1
 ENV ARANGO_URL https://download.arangodb.com/arangodb38/DEBIAN/amd64
 ENV ARANGO_PACKAGE arangodb3_${ARANGO_VERSION}-1_amd64.deb
 ENV ARANGO_PACKAGE_URL ${ARANGO_URL}/${ARANGO_PACKAGE}
@@ -12,7 +12,7 @@ ENV ARANGO_SIGNATURE_URL ${ARANGO_PACKAGE_URL}.asc
 #   https://www.arangodb.com/docs/3.8/programs-arangod-log.html
 
 RUN apk add --no-cache gnupg pwgen binutils numactl numactl-tools nodejs yarn && \
-    yarn global add foxx-cli && \
+    yarn global add foxx-cli@2.0.1 && \
     apk del yarn && \
     gpg --batch --keyserver keys.openpgp.org --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
     mkdir /docker-entrypoint-initdb.d && \

Relevant Maintainers:

@yosifkit yosifkit merged commit df26d12 into docker-library:master Feb 4, 2022
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