Updated Go compiler to 1.13.6.

This commit is contained in:
Jeromy Streets 2020-01-25 10:39:29 -08:00
parent ebc4f6eefa
commit 404e6a8349
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
################################################################################ ################################################################################
## GO BUILDER ## GO BUILDER
################################################################################ ################################################################################
FROM golang:1.13.1 as builder FROM golang:1.13.6 as builder
ENV VERSION 1.7.1 ENV VERSION 1.7.1
ENV BUILD_DIR /build ENV BUILD_DIR /build

View File

@ -1,4 +1,4 @@
FROM golang:1.13.1 as builder FROM golang:1.13.6 as builder
ENV VERSION 1.7.1 ENV VERSION 1.7.1
ENV BUILD_DIR /build ENV BUILD_DIR /build