From 3f1211b2d4f4fac32ae1e2fa0448efa9d5202188 Mon Sep 17 00:00:00 2001 From: Ishank Arora Date: Mon, 15 Mar 2021 12:16:14 +0100 Subject: [PATCH] Upgrade go version in revad-eos dockerfile (#1547) --- Dockerfile.revad-eos | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.revad-eos b/Dockerfile.revad-eos index a3f540761ea..f87d324bdb9 100644 --- a/Dockerfile.revad-eos +++ b/Dockerfile.revad-eos @@ -15,7 +15,8 @@ # In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. -FROM golang:1.15 as builder + +FROM golang:1.16 as builder WORKDIR /go/src/github/cs3org/reva COPY . .