diff --git a/Dockerfile b/Dockerfile index 07ea105..d1b1d5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN go build . -FROM alpine:3.19 +FROM alpine:3.20 RUN apk add --update-cache --no-cache \ ca-certificates