diff --git a/Dockerfile b/Dockerfile
index 967e0e1044bf21744f98a2b268d3f063db8ca917..3a51e2803018dc9bceba89dfb55d208c01e201ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ COPY internal/ internal/
 ARG KUBEBENCH_VERSION
 RUN make build && cp kube-bench /go/bin/kube-bench
 
-FROM alpine:3.15.4 AS run
+FROM alpine:3.16.0 AS run
 WORKDIR /opt/kube-bench/
 # add GNU ps for -C, -o cmd, and --no-headers support
 # https://github.com/aquasecurity/kube-bench/issues/109