diff --git a/vendor/github.com/docker/distribution/Dockerfile b/vendor/github.com/docker/distribution/Dockerfile index 2a8da77300ef7f4d71ffe5975d7d4eb8226d27f4..a4d475117038264a56cb995d838d1fda90224ad0 100644 --- a/vendor/github.com/docker/distribution/Dockerfile +++ b/vendor/github.com/docker/distribution/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.4-alpine AS build +FROM golang:1.16.5-alpine AS build ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution ENV DOCKER_BUILDTAGS include_oss include_gcs diff --git a/vendor/github.com/onsi/gomega/Dockerfile b/vendor/github.com/onsi/gomega/Dockerfile index 11c7e63e753c2469f1739788733c33d2ba2519c9..b3fab7d31eab14e562e54a3bef95197684ea731e 100644 --- a/vendor/github.com/onsi/gomega/Dockerfile +++ b/vendor/github.com/onsi/gomega/Dockerfile @@ -1 +1 @@ -FROM golang:1.15 +FROM golang:1.16