diff --git a/Dockerfile b/Dockerfile index 3782edd..bd29ab0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN go mod verify RUN ./build.sh -FROM alpine:3.20.1 +FROM alpine:3.20.2 COPY --from=build /conntrack-stats-exporter/conntrack-stats-exporter /usr/local/sbin/ RUN apk update && \ apk --no-cache upgrade && \