Rolled fix version number.

This commit is contained in:
Jeromy Streets 2019-01-04 09:07:03 -08:00
parent a55be22716
commit 4d95071e16
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.1
ENV VERSION 1.5.2
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.1
ENV VERSION 1.5.2
ENV BUILD_DIR /build
RUN mkdir -p ${BUILD_DIR}