mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ pip_install:
|
||||||
- fdroid update --help
|
- fdroid update --help
|
||||||
|
|
||||||
lint_format_safety_bandit_checks:
|
lint_format_safety_bandit_checks:
|
||||||
image: alpine:3.7
|
image: alpine:3.10 # cannot upgrade until bandit supports Python 3.8
|
||||||
variables:
|
variables:
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue