Skip to content

Commit

Permalink
Set specific docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Jul 11, 2024
1 parent 895f1b6 commit 684ef10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
stable"
sudo apt-get update
sudo apt-cache madison docker-ce
sudo apt-get install docker-ce docker-ce-cli containerd.io
VERSION_STRING=5:26.1.4-1~ubuntu.22.04~jammy
sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io
# Restart docker daemon.
sudo service docker restart
Expand Down

0 comments on commit 684ef10

Please # to comment.