Skip to content

Commit 5df9993

Browse files
authored
Merge pull request #53 from AdamSlack/master
Update Golang docker image to golang:1.14.8-stretch
2 parents 44cbc27 + 4616692 commit 5df9993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14.0-stretch as build
1+
FROM golang:1.14.8-stretch as build
22
LABEL maintainer="Infinity Works"
33

44
ENV GO111MODULE=on

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)