From 7b87cd3b3e6de185657de9fd42be612ea80c56be Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Tue, 25 Jul 2023 16:25:08 -0400 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20image=20go=20->=201.20?= =?UTF-8?q?.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5d663e..6f77d91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.2 as build +FROM golang:1.20.6 as build LABEL author="Victor Lacasse-Beaudoin "