chores(Dockerfile): bump go -> 1.23.1

This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-16 15:23:55 -04:00
parent c50800ebe9
commit fcd2d39dde

View file

@ -1,4 +1,4 @@
FROM golang:1.21.4 as build
FROM golang:1.23.1 as build
LABEL author="vlbeaudoin"