diff --git a/Dockerfile b/Dockerfile index 4a187c94221..0a73c02e909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN curl -L https://github.com/libbpf/bpftool/releases/download/${BPFTOOL_TAG}/b # Almost final step runs on target platform (might need emulation) and # retrieves (cross-)compiled binaries from builders -FROM docker.io/library/alpine:3.18.0@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 as base-build +FROM docker.io/library/alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 as base-build RUN apk add iproute2 RUN mkdir /var/lib/tetragon/ && \ apk add --no-cache --update bash