Skip to content

Commit

Permalink
Update runc binary to v1.1.8 from 1.1.0 for domainname test
Browse files Browse the repository at this point in the history
Signed-off-by: higuruchi <[email protected]>
  • Loading branch information
higuruchi committed Jul 28, 2023
1 parent 5710749 commit 31652b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: sudo env PATH=$PATH just ci-prepare
- name: Install runc 1.1.0
run: |
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.0/runc.amd64
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.8/runc.amd64
sudo mv runc.amd64 /usr/bin/runc
sudo chmod 755 /usr/bin/runc
- name: Build
Expand Down

0 comments on commit 31652b4

Please sign in to comment.