diff --git a/Dockerfile b/Dockerfile index 192a7fc4..4694e5f7 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.1 +FROM alpine:3.20.2 RUN apk add --no-cache tzdata \ && mkdir -p /etc/dnscollector/ /var/dnscollector/ \