From e7edd96a02d7aa50849c5df9efc888079ec96451 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 1 Oct 2020 12:43:32 +0200 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 148885d2..29422aaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: