Mettre à jour image go -> 1.20.6

This commit is contained in:
Victor Lacasse-Beaudoin 2023-07-25 16:25:08 -04:00
parent b880c38907
commit 7b87cd3b3e

View file

@ -1,4 +1,4 @@
FROM golang:1.20.2 as build
FROM golang:1.20.6 as build
LABEL author="Victor Lacasse-Beaudoin <vlbeaudoin@agecem.org>"