Skip to content

Commit

Permalink
Merge pull request #1071 from davecheney/fixedbugs/1066
Browse files Browse the repository at this point in the history
Dockerfile: upgrade to Go 1.12.5
  • Loading branch information
davecheney authored May 8, 2019
2 parents eef83cf + 5e37eaa commit f4d8ff8
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,4 +1,4 @@
FROM golang:1.12.1 AS build
FROM golang:1.12.5 AS build
WORKDIR /contour

ENV GOPROXY=https://gocenter.io
Expand Down

0 comments on commit f4d8ff8

Please sign in to comment.