Skip to content

Commit

Permalink
Update nixos image and dependencies' version.
Browse files Browse the repository at this point in the history
Signed-off-by: Kishen V <[email protected]>
  • Loading branch information
kishen-v authored and haircommander committed May 15, 2023
1 parent e907fdc commit dcee6fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static_binary_task:

env:
# Do not use 'latest', fixed-version tag for runtime stability.
CTR_FQIN: "docker.io/nixos/nix:2.3.6"
CTR_FQIN: "docker.io/nixos/nix:2.15.0"
# Authentication token for pushing the build cache to cachix.
# This is critical, it helps to avoid a very lengthy process of
# statically building every dependency needed to build conmon.
Expand Down
6 changes: 3 additions & 3 deletions hack/github-actions-setup
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -euo pipefail

declare -A VERSIONS=(
["cni-plugins"]=v1.1.0
["runc"]=v1.1.2
["bats"]=v1.2.1
["cni-plugins"]=v1.3.0
["runc"]=v1.1.7
["bats"]=v1.9.0
)

main() {
Expand Down

0 comments on commit dcee6fb

Please sign in to comment.