Bump alpine to 3.10

This commit is contained in:
Koen Kanters
2019-09-17 19:14:44 +02:00
parent 7fb7dbbe0d
commit 130366575e
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ node_js:
before_install:
- "echo '{\"experimental\": true}' | sudo tee /etc/docker/daemon.json"
# - sudo apt update -y
# - sudo apt install --only-upgrade docker-ce -y
- sudo apt update -y
- sudo apt install --only-upgrade docker-ce -y
- sudo service docker restart
install:
+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