Skip to content

Commit

Permalink
build: bump Dockerfile Go version to 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jul 17, 2020
1 parent 26cff10 commit 6d81537
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.13-alpine as builder
FROM golang:1.14.5-alpine as builder

# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.
Expand Down

0 comments on commit 6d81537

Please sign in to comment.