diff --git a/Dockerfile b/Dockerfile index 46b26c0..e4ad76c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1 as build +FROM golang:1.23 as build WORKDIR /go/src/app