diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 49eb6aaac..50b241e9f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: registry.fedoraproject.org/fedora:34 + image: registry.fedoraproject.org/fedora:latest steps: - name: Install tools run: sudo dnf -y install git make python3-flake8 ShellCheck clang-tools-extra which findutils