Merge pull request 'Mettre à jour image go -> 1.20.6' (#85) from update/go-1.20.6 into main

Reviewed-on: #85
This commit is contained in:
Victor Lacasse-Beaudoin 2023-07-25 15:26:01 -05:00
commit 42d99dd436

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>"