Skip to content

Commit

Permalink
Fix server-side issues with backing docker lib and docker 25+
Browse files Browse the repository at this point in the history
The previous commit only fixed issues as part of the build pipeline.
However, we also need to apply these changes to the server.
  • Loading branch information
ScottG489 committed May 19, 2024
1 parent fff0bf1 commit 64a4edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/ansible/master-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
- name: Install packages
package:
name:
- docker-ce
- docker-ce-cli
- docker-ce=5:24.0.9-1~ubuntu.20.04~focal
- docker-ce-cli=5:24.0.9-1~ubuntu.20.04~focal
- containerd.io
- linux-headers-{{ kernel_release_version.stdout }}
- make
Expand Down

0 comments on commit 64a4edf

Please sign in to comment.