diff --git a/Dockerfile b/Dockerfile index a9bf52d..ea6e9a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.4 as build +FROM golang:1.21.4 as build LABEL author="vlbeaudoin"