diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-09-01 09:13:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 09:13:28 +0200 |
commit | cf324995e1477a43b8667b3a85c6a05aa4227199 (patch) | |
tree | 1340f3a130f875672325461e7d7bee6d7aab88b6 | |
parent | 723ca886e3ef374d4238b0c41a3c678f148a6a07 (diff) | |
parent | a8070f2d9a996e57104f29539069273774cf5493 (diff) | |
download | gitlab-cf324995e1477a43b8667b3a85c6a05aa4227199.tar.gz |
Merge pull request #1168 from python-gitlab/renovate/docker-python-3.x
chore(deps): update python docker tag to v3.8
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 738b57e..cfd14e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.7 +image: python:3.8 stages: - deploy |