diff --git a/Dockerfile b/Dockerfile index 93a7900..b46504d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine +FROM golang:1.23-alpine RUN apk add --no-cache git WORKDIR /app