feat: update runc to 1.2.3

See https://github.com/opencontainers/runc/releases/tag/v1.2.3

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2024-12-11 17:55:19 +04:00
parent 30016a0a8d
commit bc3039acdb
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ TOOLS ?= ghcr.io/siderolabs/tools:v1.10.0-alpha.0
DEBUG_TOOLS_SOURCE := scratch DEBUG_TOOLS_SOURCE := scratch
PKGS_PREFIX ?= ghcr.io/siderolabs PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.10.0-alpha.0-6-g1a55529 PKGS ?= v1.10.0-alpha.0-7-g605f493
EXTRAS ?= v1.9.0 EXTRAS ?= v1.9.0
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

View File

@ -22,7 +22,7 @@ preface = """
* containerd: 2.0.0 * containerd: 2.0.0
* Flannel: 0.26.1 * Flannel: 0.26.1
* Kubernetes: 1.32.0-rc.1 * Kubernetes: 1.32.0-rc.1
* runc: 1.2.2 * runc: 1.2.3
* CoreDNS: 1.12.0 * CoreDNS: 1.12.0
Talos is built with Go 1.23.4. Talos is built with Go 1.23.4.

View File

@ -1 +1 @@
v1.10.0-alpha.0-6-g1a55529 v1.10.0-alpha.0-7-g605f493