From f7c2b2d29e3e0983790c3afcb390af683552d8d4 Mon Sep 17 00:00:00 2001 From: "Bora M. Alper" Date: Sun, 30 Dec 2018 19:39:03 +0300 Subject: [PATCH] bumped docker Go version from 1.10 to 1.11 --- Dockerfile.magneticod | 2 +- Dockerfile.magneticow | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.magneticod b/Dockerfile.magneticod index 103357d..3820cde 100644 --- a/Dockerfile.magneticod +++ b/Dockerfile.magneticod @@ -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 diff --git a/Dockerfile.magneticow b/Dockerfile.magneticow index 933dcda..2c6d3fd 100644 --- a/Dockerfile.magneticow +++ b/Dockerfile.magneticow @@ -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