We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5623bf commit 7d87d83Copy full SHA for 7d87d83
.github/workflows/containers.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- baseimage: ['debian:stretch', 'ubuntu:18.04', 'ubuntu:20.04']
+ baseimage: ['debian:bullseye', 'ubuntu:18.04', 'ubuntu:20.04']
25
steps:
26
- run: sudo apt-get -qq update
27
- name: Install libsystemd-dev
0 commit comments