Skip to content

Commit

Permalink
Bump to Go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Nov 4, 2019
1 parent c02ffc0 commit d22018d
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,5 +1,5 @@
# Build Gubiq in a stock Go builder container
FROM golang:1.11-alpine as builder
FROM golang:1.13-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alltools
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Gubiq in a stock Go builder container
FROM golang:1.11-alpine as builder
FROM golang:1.13-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers

Expand Down

0 comments on commit d22018d

Please sign in to comment.