Merge pull request #470 from tonistiigi/dockerfile-1.2

update Dockerfile to v1.2
This commit is contained in:
Tõnis Tiigi 2020-12-15 10:35:55 -08:00 committed by GitHub
commit 20494f799d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.1-experimental
# syntax=docker/dockerfile:1.2
ARG DOCKERD_VERSION=19.03-rc
ARG DOCKERD_VERSION=19.03
ARG CLI_VERSION=19.03
FROM docker:$DOCKERD_VERSION AS dockerd-release