From 4616692c3667da89e2f561f23319f48ebed9820f Mon Sep 17 00:00:00 2001 From: Adam Slack Date: Mon, 7 Sep 2020 15:10:30 +0100 Subject: [PATCH] updated golang docker file from golang:1.14.0-stretch to golang:1.14.8-stretch --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe1605ac..c67b1301 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.0-stretch as build +FROM golang:1.14.8-stretch as build LABEL maintainer="Infinity Works" ENV GO111MODULE=on diff --git a/VERSION b/VERSION index 7f207341..6d7de6e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2