Skip to content

Commit

Permalink
Update Dockerfile with a compatible version of golang
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwallacesh authored and jmattheis committed Jul 11, 2020
1 parent a38bf37 commit 95cc125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.11.5-stretch AS build-env
FROM golang:1.14.4-stretch AS build-env

WORKDIR /src

Expand Down

0 comments on commit 95cc125

Please sign in to comment.