diff --git a/DockerFile b/DockerFile index 8121c44..4dc1a52 100644 --- a/DockerFile +++ b/DockerFile @@ -1,4 +1,4 @@ -FROM golang:1.21 as BUILDER +FROM golang:1.24 as BUILDER WORKDIR /home COPY . .