Try with v2.8.0

This commit is contained in:
Koen Kanters
2020-02-08 20:46:26 +01:00
parent 7d52a013ad
commit c5fb651481
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ steps:
- bash: |
sudo wget -O /usr/local/bin/buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
sudo chmod a+x /usr/local/bin/buildx
docker run --rm --privileged hypriot/qemu-register
docker run --rm --privileged hypriot/qemu-register:v2.8.0
buildx create --use
buildx ls
displayName: 'Docker setup'
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:10-alpine as base
FROM node:12-alpine as base
WORKDIR /app
RUN apk add --no-cache tzdata eudev