From 7a861dbc0eba59251d6fc4e40c5aa42c8712bed0 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Mon, 1 Oct 2018 21:43:19 +0100 Subject: [PATCH] Bump version to Go 1.10.4 - references https://github.com/openfaas/faas/issues/875 Tested with build.sh / build_redist.sh Signed-off-by: Alex Ellis (VMware) --- Dockerfile | 2 +- Dockerfile.redist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac8b52d50..ab57ad760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.9.7 as builder +FROM golang:1.10.4 as builder WORKDIR /usr/bin/ RUN curl -sLSf https://raw.githubusercontent.com/alexellis/license-check/master/get.sh | sh diff --git a/Dockerfile.redist b/Dockerfile.redist index 6e3d17723..13248556c 100644 --- a/Dockerfile.redist +++ b/Dockerfile.redist @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.9.7 as builder +FROM golang:1.10.4 as builder WORKDIR /usr/bin/ RUN curl -sLSf https://raw.githubusercontent.com/alexellis/license-check/master/get.sh | sh