Rolled release version.

This commit is contained in:
Jeromy Streets 2019-01-21 21:58:39 -08:00
parent a747f9a1a6
commit 54d4d5bb86
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
################################################################################
FROM golang:1.11.3 as builder
ENV VERSION 1.5.2
ENV VERSION 1.6.0
ENV BUILD_DIR /build
RUN mkdir -p ${BUILD_DIR}

View File

@ -1,6 +1,6 @@
FROM golang:1.11.3 as builder
ENV VERSION 1.5.2
ENV VERSION 1.6.0
ENV BUILD_DIR /build
RUN mkdir -p ${BUILD_DIR}