Merge pull request #1055 from thaJeztah/update_dockerd_version

Dockerfile: update DOCKERD_VERSION to v20.10.14
This commit is contained in:
CrazyMax 2022-04-08 18:26:56 +02:00 committed by GitHub
commit 28a4363672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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