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:
Hans-Christoph Steiner 2020-10-01 12:43:32 +02:00
parent 64e170b591
commit e7edd96a02
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -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: