mirror of https://github.com/docker/buildx.git
Dockerfile: update DOCKERD_VERSION to v20.10.14
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a60150cbc6
commit
e10c385167
|
@ -1,7 +1,7 @@
|
|||
# syntax=docker/dockerfile:1.4
|
||||
|
||||
ARG GO_VERSION=1.17
|
||||
ARG DOCKERD_VERSION=20.10.8
|
||||
ARG DOCKERD_VERSION=20.10.14
|
||||
|
||||
FROM docker:$DOCKERD_VERSION AS dockerd-release
|
||||
|
||||
|
|
Loading…
Reference in New Issue