forked from Ivasoft/drone-docker
Upgrade Docker dind to 20.10.8 for 64bit platforms
This is an alternative to #327. As the discussion on that PR shows, it seems docker is not going to provide updates for the arm32 platform anymore. Fixes #326 and fixes #330.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docker:19.03.8-dind
|
||||
FROM docker:20.10.8-dind
|
||||
|
||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM arm64v8/docker:19.03.8-dind
|
||||
FROM arm64v8/docker:20.10.8-dind
|
||||
|
||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user