From 6216fbea6a3c242bea7b5874d69aa253f990873a Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 22 Jun 2020 19:25:58 +0200 Subject: [PATCH] Try 3.7 Alpine. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 046ccc7..6201438 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.7 +image: 3.7-alpine:latest stages: - bundle -- GitLab