Skip to content

Commit 94d255b

Browse files
authored
Merge pull request #4296 from kolyshkin/bookworm
Dockerfile: bump Debian to 12, Go to 1.21
2 parents 1aeefd9 + b74b33c commit 94d255b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ARG GO_VERSION=1.20
1+
ARG GO_VERSION=1.21
22
ARG BATS_VERSION=v1.9.0
33
ARG LIBSECCOMP_VERSION=2.5.5
44

5-
FROM golang:${GO_VERSION}-bullseye
5+
FROM golang:${GO_VERSION}-bookworm
66
ARG DEBIAN_FRONTEND=noninteractive
7-
ARG CRIU_REPO=https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11
7+
ARG CRIU_REPO=https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_12
88

99
RUN KEYFILE=/usr/share/keyrings/criu-repo-keyring.gpg; \
1010
wget -nv $CRIU_REPO/Release.key -O- | gpg --dearmor > "$KEYFILE" \

0 commit comments

Comments
 (0)