🐛 use 'env python3'

This commit is contained in:
neingeist 2025-08-26 23:55:54 +02:00
parent 7e91deb06b
commit d23a13bb93
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
"""Check Docker images for security/distro updates. Assumes DNF."""
from __future__ import division, print_function