From ca607c57b9c901d01680462a691675fec3147f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Thu, 11 Jun 2020 00:22:09 +0200 Subject: [PATCH] Update dockerfiles --- build/Dockerfile-controller | 2 +- build/Dockerfile-converter | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile-controller b/build/Dockerfile-controller index cfe89a75..0edff53b 100644 --- a/build/Dockerfile-controller +++ b/build/Dockerfile-controller @@ -1,5 +1,5 @@ # Build -FROM golang:1.13-alpine AS build +FROM golang:1.14-alpine3.11 AS build RUN apk --update --no-cache add make=4.2.1-r2 diff --git a/build/Dockerfile-converter b/build/Dockerfile-converter index 49805dc3..d87c1480 100644 --- a/build/Dockerfile-converter +++ b/build/Dockerfile-converter @@ -1,5 +1,5 @@ # Build -FROM golang:1.13-alpine AS build +FROM golang:1.14-alpine3.11 AS build RUN apk --update --no-cache add make=4.2.1-r2