dockerfile: update copy image to v0.1.3

Signed-off-by: Tibor Vass <tibor@docker.com>
docker-18.09
Tibor Vass 2018-06-09 02:49:34 +00:00
parent 8ebd8cbe69
commit eb44845441
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const (
localNameContext = "context"
historyComment = "buildkit.dockerfile.v0"
CopyImage = "tonistiigi/copy:v0.1.1@sha256:854cee92ccab4c6d63183d147389ed9ab2e8a6b36891e4bdf92d895a38429840"
CopyImage = "tonistiigi/copy:v0.1.3@sha256:87c46e7b413cdd2c2702902b481b390ce263ac9d942253d366f3b1a3c16f96d6"
)
type ConvertOpt struct {