bumped docker Go version from 1.10 to 1.11
This commit is contained in:
parent
786c72c3ad
commit
f7c2b2d29e
@ -2,7 +2,7 @@
|
||||
|
||||
# Start from a Debian image with the latest version of Go installed
|
||||
# and a workspace (GOPATH) configured at /go.
|
||||
FROM golang:1.10-alpine AS build
|
||||
FROM golang:1.11-alpine AS build
|
||||
|
||||
RUN apk add --no-cache build-base curl git
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# Start from a Debian image with the latest version of Go installed
|
||||
# and a workspace (GOPATH) configured at /go.
|
||||
FROM golang:1.10-alpine AS build
|
||||
FROM golang:1.11-alpine AS build
|
||||
|
||||
RUN apk add --no-cache build-base curl git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user