attempt to revert to 18.09.0 base image

This commit is contained in:
Brad Rydzewski 2019-08-06 13:56:23 -07:00
parent 3c2802ea17
commit 1bdd82a4a7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM docker:18.09-dind
FROM docker:18.09.0-dind
ADD release/linux/amd64/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]

View File

@ -1,4 +1,4 @@
FROM arm32v6/docker:18.09-dind
FROM arm32v6/docker:18.09.0-dind
ADD release/linux/arm/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]

View File

@ -1,4 +1,4 @@
FROM arm64v8/docker:18.09-dind
FROM arm64v8/docker:18.09.0-dind
ADD release/linux/arm64/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]