From f1a6f72506cd07b04082a58c21dcdda8fdf75eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:53:29 +0000 Subject: [PATCH] build(deps): bump alpine from 3.23 to 3.24 Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8f73bf05..8ca24dbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,14 +15,14 @@ RUN VERSION="$VERSION" nix \ build --impure ".#kilo-cross-$TARGETOS-$TARGETARCH" RUN ln -s ../bin result/bin/"$BUILDOS"_"$BUILDARCH" -FROM alpine:3.23 AS cni +FROM alpine:3.24 AS cni ARG TARGETARCH ARG CNI_PLUGINS_VERSION=v1.9.0 RUN apk add --no-cache curl && \ curl -Lo cni.tar.gz https://github.com/containernetworking/plugins/releases/download/$CNI_PLUGINS_VERSION/cni-plugins-linux-$TARGETARCH-$CNI_PLUGINS_VERSION.tgz && \ tar -xf cni.tar.gz -FROM alpine:3.23 +FROM alpine:3.24 ARG TARGETOS ARG TARGETARCH ARG ALPINE_VERSION=v3.20