From 08570a07874dd6ed4cca116f60576bae43f70bee Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 18 Aug 2021 01:12:21 +0000 Subject: [PATCH] Update golang Docker tag --- vendor/github.com/docker/distribution/Dockerfile | 2 +- vendor/github.com/onsi/gomega/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/github.com/docker/distribution/Dockerfile b/vendor/github.com/docker/distribution/Dockerfile index 5c32510..945dad9 100644 --- a/vendor/github.com/docker/distribution/Dockerfile +++ b/vendor/github.com/docker/distribution/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.7-alpine AS build +FROM golang:1.17.0-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 b3fab7d..566e57e 100644 --- a/vendor/github.com/onsi/gomega/Dockerfile +++ b/vendor/github.com/onsi/gomega/Dockerfile @@ -1 +1 @@ -FROM golang:1.16 +FROM golang:1.17 -- GitLab