diff options
author | Max Wittig <max.wittig@siemens.com> | 2021-03-10 09:58:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 09:58:15 +0100 |
commit | 6fde2437e82aeb8af903f81e351790b4695074a1 (patch) | |
tree | 29337026858323557116f575f1d7cfaf7ee39551 | |
parent | f93b9b5af928e127635cc0f2976da5be22d6c735 (diff) | |
parent | 2ddf45fed0b28e52d31153d9b1e95d0cae05e9f5 (diff) | |
download | gitlab-6fde2437e82aeb8af903f81e351790b4695074a1.tar.gz |
Merge pull request #1369 from python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x
chore(deps): update gitlab/gitlab-ce docker tag to v13.9.3-ce.0
-rw-r--r-- | tools/functional/fixtures/.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/functional/fixtures/.env b/tools/functional/fixtures/.env index 428a648..43d5d36 100644 --- a/tools/functional/fixtures/.env +++ b/tools/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ce -GITLAB_TAG=13.9.2-ce.0 +GITLAB_TAG=13.9.3-ce.0 |