From 882b79b254b28ea6159d6b72ea7da243dd9cface Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 28 Dec 2023 10:50:28 +0100 Subject: [PATCH] Dockerfile: update crun to 1.12 full diff: https://github.com/containers/crun/compare/1.8.7...1.12 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbe1df2037..101f759d09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -384,7 +384,7 @@ FROM binary-dummy AS rootlesskit-windows FROM rootlesskit-${TARGETOS} AS rootlesskit FROM base AS crun -ARG CRUN_VERSION=1.8.7 +ARG CRUN_VERSION=1.12 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 \