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.9.6 #13721

Merged
merged 1 commit into from
Dec 12, 2022
Merged

arangodb 3.9.6 #13721

merged 1 commit into from
Dec 12, 2022

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented Dec 12, 2022

Updated ArangoDB 3.9 to 3.9.6.

@github-actions
Copy link

Diff for 67f4509:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5e64121..5cac59d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,9 +6,9 @@ Tags: 3.8, 3.8.8
 GitCommit: 6e5a02cd7f5106076a1faf24360218c3e2ca3003
 Directory: alpine/3.8.8
 
-Tags: 3.9, 3.9.5
-GitCommit: 1f70897e99b1c2de37d5763bbe4637d4fc9dfec9
-Directory: alpine/3.9.5
+Tags: 3.9, 3.9.6
+GitCommit: eaced44aa34cfe94a89684292a01d18d6099465f
+Directory: alpine/3.9.6
 
 Tags: 3.10, 3.10.1, latest
 Architectures: amd64, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index ac6131a..649ddfb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 arangodb:3.8
 arangodb:3.8.8
 arangodb:3.9
-arangodb:3.9.5
+arangodb:3.9.6
 arangodb:3.10
 arangodb:3.10.1
 arangodb:latest
diff --git a/arangodb_3.9.5/Dockerfile b/arangodb_3.9.6/Dockerfile
similarity index 96%
rename from arangodb_3.9.5/Dockerfile
rename to arangodb_3.9.6/Dockerfile
index 84eb0a1..b6775bd 100644
--- a/arangodb_3.9.5/Dockerfile
+++ b/arangodb_3.9.6/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.14
 MAINTAINER Frank Celler <info@arangodb.com>
 
-ENV ARANGO_VERSION 3.9.5
+ENV ARANGO_VERSION 3.9.6
 ENV ARANGO_URL https://download.arangodb.com/arangodb39/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.9/programs-arangod-log.html
 
 RUN apk add --no-cache gnupg pwgen binutils numactl numactl-tools nodejs yarn && \
-    yarn global add foxx-cli@2.1.0 && \
+    yarn global add foxx-cli@2.1.1 && \
     apk del yarn && \
     gpg --batch --keyserver keys.openpgp.org --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
     mkdir /docker-entrypoint-initdb.d && \
diff --git a/arangodb_3.9.5/docker-entrypoint.sh b/arangodb_3.9.6/docker-entrypoint.sh
similarity index 100%
rename from arangodb_3.9.5/docker-entrypoint.sh
rename to arangodb_3.9.6/docker-entrypoint.sh
diff --git a/arangodb_3.9.5/docker-foxx.sh b/arangodb_3.9.6/docker-foxx.sh
similarity index 100%
rename from arangodb_3.9.5/docker-foxx.sh
rename to arangodb_3.9.6/docker-foxx.sh

Relevant Maintainers:

@yosifkit yosifkit merged commit 2d1a1fd into docker-library:master Dec 12, 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