diff --git a/Dockerfile b/Dockerfile index cfde228..3fbc2e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 as builder +FROM golang:1.22 as builder WORKDIR /app COPY . /app