diff options
author | Renovate Bot <bot@renovateapp.com> | 2020-08-31 21:58:34 +0000 |
---|---|---|
committer | Renovate Bot <bot@renovateapp.com> | 2020-08-31 21:58:34 +0000 |
commit | a8070f2d9a996e57104f29539069273774cf5493 (patch) | |
tree | 2c02e467eec87b8c501185ea8d7baceb39b1bfe3 | |
parent | 97e1dcc889463305943612e3ffc87e111a9396cb (diff) | |
download | gitlab-a8070f2d9a996e57104f29539069273774cf5493.tar.gz |
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 |