Update golang -> 1.21.0

This commit is contained in:
Victor Lacasse-Beaudoin 2023-08-15 16:32:23 -04:00
parent 395900ef02
commit b6af4dd29e

View file

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