Skip to content

Commit b74b33c

Browse files
committed
Dockerfile: bump Debian to 12, Go to 1.21
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 1aeefd9 commit b74b33c

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)