Skip to content

Commit

Permalink
Upgrade builder to go 1.13 (#240)
Browse files Browse the repository at this point in the history
Fixes #238
  • Loading branch information
zhogov authored Mar 11, 2020
1 parent 54198a7 commit d82b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-alpine
FROM golang:1.13-alpine

RUN apk add --no-cache git gcc musl-dev

Expand Down

0 comments on commit d82b540

Please sign in to comment.