mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
dockerfile: switch to Debian 13
Debian 13 (trixie) was released a few months ago and it's probably prudent to just upgrade. This is also necessary to get access to riscv64 repositories when we build libpathrs for inclusion in our runc binaries. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@ ARG GO_VERSION=1.25
|
||||
ARG BATS_VERSION=v1.12.0
|
||||
ARG LIBSECCOMP_VERSION=2.6.0
|
||||
|
||||
FROM golang:${GO_VERSION}-bookworm
|
||||
FROM golang:${GO_VERSION}-trixie
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG CRIU_REPO=https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_12
|
||||
ARG CRIU_REPO=https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_13
|
||||
|
||||
RUN KEYFILE=/usr/share/keyrings/criu-repo-keyring.gpg; \
|
||||
wget -nv $CRIU_REPO/Release.key -O- | gpg --dearmor > "$KEYFILE" \
|
||||
|
||||
Reference in New Issue
Block a user