diff --git a/Dockerfile b/Dockerfile index ce3e35ac..9434614f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk add git \ && CGO_ENABLED=0 go build -ldflags="-s -w -X 'github.com/prometheus/common/version.Version=$VERSION'" -FROM alpine:3.20.3 +FROM alpine:3.21.0 RUN apk add --no-cache tzdata \ && mkdir -p /etc/dnscollector/ /var/dnscollector/ \