From 0bc97a70213d836b653b119b09f7141a0411fe56 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 5 Sep 2024 10:46:42 +0200 Subject: [PATCH] Dockerfile: update runc binary to 1.1.14 diff: https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14 Release Notes: - Fix CVE-2024-45310 / GHSA-jfvp-7x6p-h2pv, a low-severity attack that allowed maliciously configured containers to create empty files and directories on the host. - Add support for Go 1.23. - Revert "allow overriding VERSION value in Makefile" and add EXTRA_VERSION. - rootfs: consolidate mountpoint creation logic. Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6444e9767014..fbc7b62126eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile-upstream:master -ARG RUNC_VERSION=v1.1.13 +ARG RUNC_VERSION=v1.1.14 ARG CONTAINERD_VERSION=v1.7.20 # containerd v1.6 for integration tests ARG CONTAINERD_ALT_VERSION_16=v1.6.33