We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aeefd9 + b74b33c commit 94d255bCopy full SHA for 94d255b
Dockerfile
@@ -1,10 +1,10 @@
1
-ARG GO_VERSION=1.20
+ARG GO_VERSION=1.21
2
ARG BATS_VERSION=v1.9.0
3
ARG LIBSECCOMP_VERSION=2.5.5
4
5
-FROM golang:${GO_VERSION}-bullseye
+FROM golang:${GO_VERSION}-bookworm
6
ARG DEBIAN_FRONTEND=noninteractive
7
-ARG CRIU_REPO=https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11
+ARG CRIU_REPO=https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_12
8
9
RUN KEYFILE=/usr/share/keyrings/criu-repo-keyring.gpg; \
10
wget -nv $CRIU_REPO/Release.key -O- | gpg --dearmor > "$KEYFILE" \
0 commit comments