Skip to content

Commit 5490a1c

Browse files
committed
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.
1 parent 6ec5e71 commit 5490a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker/Dockerfile.linux.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:19.03.8-dind
1+
FROM docker:20.10.8-dind
22

33
ENV DOCKER_HOST=unix:///var/run/docker.sock
44

docker/docker/Dockerfile.linux.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/docker:19.03.8-dind
1+
FROM arm64v8/docker:20.10.8-dind
22

33
ENV DOCKER_HOST=unix:///var/run/docker.sock
44

0 commit comments

Comments
 (0)