diff --git a/Dockerfile b/Dockerfile index 9bdca5d..ec39162 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3-alpine as builder +FROM golang:1.23.4-alpine as builder RUN apk add --no-cache git make curl ENV GOOS=linux ENV CGO_ENABLED=0