Skip to content

Commit d838ce1

Browse files
authored
Merge pull request #228 from arangodb-helper/feature/updatealpine
Move to Alpine 3.9 for Docker image.
2 parents 546f0f9 + c423ba7 commit d838ce1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ArangoDB Starter Changelog
22

3+
## Changes from 0.14.4 to 0.14.5
4+
5+
- Move to alpine 3.9 for Docker image
6+
37
## Changes from 0.14.3 to 0.14.4
48

59
- Make tests more stable

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.4
1+
FROM alpine:3.9
22
MAINTAINER Max Neunhoeffer <max@arangodb.com>
33

44
COPY bin/linux/amd64/arangodb /app/

0 commit comments

Comments
 (0)