Skip to content

Commit

Permalink
fix: update dockerfile to use golang 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur authored and jirfag committed Oct 3, 2018
1 parent 8d4075b commit 37a3179
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.10
FROM golang:1.11

RUN apt-get update && apt-get install -y gcc

Expand Down

0 comments on commit 37a3179

Please sign in to comment.