From ba2ddd75e4bd5efd51846c048b5aea1f36846996 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 15 May 2025 14:12:20 +0200 Subject: [PATCH] Dockerfile: update crun to 1.21 full diff: https://github.com/containers/crun/compare/1.12...1.21 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16a2122899..47fcda27e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -392,7 +392,8 @@ FROM binary-dummy AS rootlesskit-windows FROM rootlesskit-${TARGETOS} AS rootlesskit FROM base AS crun -ARG CRUN_VERSION=1.12 +# CRUN_VERSION is the version of crun to install in the dev-container. +ARG CRUN_VERSION=1.21 RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt \ --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt \ apt-get update && apt-get install -y --no-install-recommends \