bumped docker Go version from 1.10 to 1.11

This commit is contained in:
Bora M. Alper 2018-12-30 19:39:03 +03:00
parent 786c72c3ad
commit f7c2b2d29e
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Start from a Debian image with the latest version of Go installed # Start from a Debian image with the latest version of Go installed
# and a workspace (GOPATH) configured at /go. # 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 RUN apk add --no-cache build-base curl git

View File

@ -2,7 +2,7 @@
# Start from a Debian image with the latest version of Go installed # Start from a Debian image with the latest version of Go installed
# and a workspace (GOPATH) configured at /go. # 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 RUN apk add --no-cache build-base curl git