chores(Dockerfile): bump golang -> 1.23.0

This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-03 17:01:34 -04:00
parent f874c449a7
commit c9a45f8db8

View file

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