Skip to content

Commit

Permalink
updated golang docker file from golang:1.14.0-stretch to golang:1.14.…
Browse files Browse the repository at this point in the history
…8-stretch
  • Loading branch information
Adam Slack committed Sep 7, 2020
1 parent 44cbc27 commit 4616692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 4616692

Please sign in to comment.