We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 546f0f9 + c423ba7 commit d838ce1Copy full SHA for d838ce1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ArangoDB Starter Changelog
2
3
+## Changes from 0.14.4 to 0.14.5
4
+
5
+- Move to alpine 3.9 for Docker image
6
7
## Changes from 0.14.3 to 0.14.4
8
9
- Make tests more stable
Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.4
+FROM alpine:3.9
MAINTAINER Max Neunhoeffer <max@arangodb.com>
COPY bin/linux/amd64/arangodb /app/
0 commit comments