Bump alpine to 3.10 and other docker improvements.

This commit is contained in:
Koen Kanters
2019-09-29 21:55:40 +02:00
parent 61e2087242
commit a7e9ad70e3
7 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10
# Copy files
ADD . /app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.9
FROM arm32v6/alpine:3.10
# Setup cross-build
ENV QEMU_EXECVE 1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.9
FROM arm64v8/alpine:3.10
# Setup cross-build
ENV QEMU_EXECVE 1
Binary file not shown.
Binary file not shown.