@@ -14,7 +14,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
1414
1515# runc
1616FROM golangbuildbase AS runc
17- ARG RUNC_VERSION=v1.3.3
17+ ARG RUNC_VERSION=v1.4.0
1818RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch ${RUNC_VERSION} https://github.com/opencontainers/runc src/github.com/opencontainers/runc
1919WORKDIR $GOPATH/src/github.com/opencontainers/runc
2020RUN set -eux; \
@@ -27,7 +27,7 @@ RUN set -eux; \
2727# podman (without systemd support)
2828FROM golangbuildbase AS podman
2929RUN apk add --update --no-cache tzdata curl
30- ARG PODMAN_VERSION=v5.7.0
30+ ARG PODMAN_VERSION=v5.7.1
3131ARG PODMAN_BUILDTAGS='seccomp selinux apparmor exclude_graphdriver_devicemapper containers_image_openpgp'
3232ARG PODMAN_CGO=1
3333RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch ${PODMAN_VERSION} https://github.com/containers/podman src/github.com/containers/podman
@@ -94,7 +94,7 @@ RUN cargo build --release
9494FROM golangbuildbase AS passt
9595WORKDIR /
9696RUN apk add --update --no-cache autoconf automake meson ninja linux-headers libcap-static libcap-dev clang llvm coreutils
97- ARG PASST_VERSION=2025_09_19.623dbf6
97+ ARG PASST_VERSION=2025_12_10.d04c480
9898RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch=$PASST_VERSION git://passt.top/passt
9999WORKDIR /passt
100100RUN set -ex; \
@@ -146,7 +146,7 @@ RUN set -ex; \
146146# crun
147147FROM golangbuildbase AS crun
148148RUN apk add --update --no-cache autoconf automake argp-standalone libtool libcap-dev libcap-static
149- ARG CRUN_VERSION=1.25
149+ ARG CRUN_VERSION=1.25.1
150150RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch ${CRUN_VERSION} https://github.com/containers/crun src/github.com/containers/crun
151151WORKDIR $GOPATH/src/github.com/containers/crun
152152RUN set -ex; \
0 commit comments