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