Updated Go compiler to 1.13.6.

pull/43/head
Jeromy Streets 4 years ago
parent ebc4f6eefa
commit 404e6a8349
  1. 2
      Dockerfile
  2. 2
      Dockerfile.all

@ -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

@ -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

Loading…
Cancel
Save