Skip to content

Commit

Permalink
docker: Update image to golang:1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaudt2 authored and davecgh committed May 15, 2020
1 parent d08cb3f commit 1f2b1ac
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.12
FROM golang:1.14

#
# NOTE: The RPC server listens on localhost by default.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM golang:1.12
FROM golang:1.14

#
# NOTE: The RPC server listens on localhost by default.
Expand Down

0 comments on commit 1f2b1ac

Please sign in to comment.