From 46c78374f5aebddd03c30090eaf5194f277defc9 Mon Sep 17 00:00:00 2001 From: "mogenius-renovate-bot[bot]" <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:38:09 +0000 Subject: [PATCH] chore(deps): update docker.io/library/rust docker tag to v1.97.1 Signed-off-by: mogenius-renovate-bot[bot] <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index efcbbf9..9141554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,15 +14,15 @@ RUN export ARCH="$(uname -m)" && \ cd /opt && \ mv "zig-linux-${ARCH}-${ZIG_VERSION}" "zig" -FROM docker.io/library/rust:1.97.0 AS cargo-zigbuild +FROM docker.io/library/rust:1.97.1 AS cargo-zigbuild RUN cargo install cargo-zigbuild -FROM docker.io/library/rust:1.97.0 AS bpf-linker +FROM docker.io/library/rust:1.97.1 AS bpf-linker RUN cargo install bpf-linker -FROM docker.io/library/rust:1.97.0 AS builder +FROM docker.io/library/rust:1.97.1 AS builder # Pinned nightly toolchain for the eBPF build (consumed by snoopy/build.rs via # SNOOPY_EBPF_TOOLCHAIN). Bump deliberately; an unpinned `nightly` makes builds