From 070cc010f71230058859a6891cdeec2f429049f4 Mon Sep 17 00:00:00 2001 From: ducksecops Date: Wed, 13 Nov 2019 23:09:28 +0000 Subject: [PATCH] bump golang to 1.13.4 Signed-off-by: Daniel Sutton --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c16d1a342..2a8da7730 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine AS build +FROM golang:1.13.4-alpine AS build ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution ENV DOCKER_BUILDTAGS include_oss include_gcs