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:
Tobias Schlatter 2021-09-27 16:20:36 +02:00
parent 6ec5e71411
commit 5490a1c24c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker:19.03.8-dind
FROM docker:20.10.8-dind
ENV DOCKER_HOST=unix:///var/run/docker.sock

View File

@ -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