Skip to content

Commit 95cc125

Browse files
scottwallaceshjmattheis
authored andcommitted
Update Dockerfile with a compatible version of golang
1 parent a38bf37 commit 95cc125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
FROM golang:1.11.5-stretch AS build-env
2+
FROM golang:1.14.4-stretch AS build-env
33

44
WORKDIR /src
55

0 commit comments

Comments
 (0)