diff --git a/Dockerfile b/Dockerfile index eb4cbf4..4e693d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine3.20 AS zed-builder +FROM golang:1.23-alpine3.20 AS zed-builder WORKDIR /go/src/app RUN apk update && apk add --no-cache git COPY . .