Skip to content

Commit 0bc97a7

Browse files
committed
Dockerfile: update runc binary to 1.1.14
diff: opencontainers/runc@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 <[email protected]>
1 parent fd09e47 commit 0bc97a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile-upstream:master
22

3-
ARG RUNC_VERSION=v1.1.13
3+
ARG RUNC_VERSION=v1.1.14
44
ARG CONTAINERD_VERSION=v1.7.20
55
# containerd v1.6 for integration tests
66
ARG CONTAINERD_ALT_VERSION_16=v1.6.33

0 commit comments

Comments
 (0)