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.
1 parent 8e653e4 commit d31e6b8Copy full SHA for d31e6b8
.cirrus.yml
@@ -12,7 +12,7 @@ task:
12
HOME: /root
13
CIRRUS_WORKING_DIR: /home/runc
14
GO_VER_PREFIX: "1.24."
15
- BATS_VERSION: "v1.9.0"
+ BATS_VERSION: "v1.11.0"
16
RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
17
# yamllint disable rule:key-duplicates
18
matrix:
Dockerfile
@@ -1,5 +1,5 @@
1
ARG GO_VERSION=1.23
2
-ARG BATS_VERSION=v1.9.0
+ARG BATS_VERSION=v1.11.0
3
ARG LIBSECCOMP_VERSION=2.5.6
4
5
FROM golang:${GO_VERSION}-bookworm
0 commit comments