From ae2117655e852a71d6699fe536d7c239c5a0334f Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 17 Jun 2021 21:34:25 +0100 Subject: [PATCH] Update Dockerfile bump golang to 1.15 in build --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index b391b6c..ae1c6f7 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13 AS build +FROM golang:1.15 AS build # Install dependencies RUN apt-get update && apt-get install -y libsecret-1-dev