Skip to content

Commit

Permalink
Merge pull request #470 from tonistiigi/dockerfile-1.2
Browse files Browse the repository at this point in the history
update Dockerfile to v1.2
  • Loading branch information
tonistiigi authored Dec 15, 2020
2 parents 11057da + f349ba8 commit 20494f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 20494f7

Please sign in to comment.