diff --git a/Dockerfile b/Dockerfile index 3d6485d..841d606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN go mod verify RUN ./build.sh -FROM alpine:3.20.3 +FROM alpine:3.21.0 COPY --from=build /conntrack-stats-exporter/conntrack-stats-exporter /usr/local/sbin/ RUN apk update && \ apk --no-cache upgrade && \