Skip to content

Commit 37e4cbc

Browse files
authored
Raise Alpine base to 3.18 for ArangoDB supported images (#613)
1 parent 2ed0bde commit 37e4cbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: containers/arangodb311alpine.docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.18
22
MAINTAINER Max Neunhoeffer <[email protected]>
33

44
RUN apk add --no-cache pwgen nodejs numactl numactl-tools

Diff for: containers/arangodb312alpine.docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.18
22
MAINTAINER Max Neunhoeffer <[email protected]>
33

44
RUN apk add --no-cache pwgen numactl numactl-tools

Diff for: containers/arangodbDevelalpine.docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.18
22
MAINTAINER Max Neunhoeffer <[email protected]>
33

44
RUN apk add --no-cache pwgen numactl numactl-tools

0 commit comments

Comments
 (0)