Skip to content

Commit

Permalink
Test nerdctl 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Apr 1, 2024
1 parent 7ca06bd commit b4ce59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install nerdctl
if: matrix.container_engine == 'nerdctl'
run: |
NERDCTL_VERSION=1.7.4
NERDCTL_VERSION=1.7.5
sudo systemctl disable --now docker
curl -sfL https://github.com/containerd/nerdctl/releases/download/v$NERDCTL_VERSION/nerdctl-full-$NERDCTL_VERSION-linux-amd64.tar.gz | sudo tar -zxvf - -C /usr/local
containerd-rootless-setuptool.sh install
Expand Down

0 comments on commit b4ce59a

Please sign in to comment.