mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
gitlab-ci: use Alpine 3.11 for lint_format_safety_bandit_checks
This should provide a current version of pip to make safety stop complaining. 3.12/3.11 breaks bandit, probably because of Python 3.8
This commit is contained in:
parent
64e170b591
commit
e7edd96a02
@ -145,7 +145,7 @@ pip_install:
|
||||
- fdroid update --help
|
||||
|
||||
lint_format_safety_bandit_checks:
|
||||
image: alpine:3.7
|
||||
image: alpine:3.10 # cannot upgrade until bandit supports Python 3.8
|
||||
variables:
|
||||
LANG: C.UTF-8
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user