chores: bump Dockerfile go -> 1.21.4

This commit is contained in:
Victor Lacasse-Beaudoin 2023-12-28 13:22:16 -05:00
parent 7c78eeb9a6
commit c06ff99d2e

View file

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