diff options
author | Max Wittig <max.wittig@siemens.com> | 2021-04-23 16:18:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 16:18:13 +0200 |
commit | 4f79dffbd5e1e296dee2e1276e3d2c441742d28a (patch) | |
tree | 92ad9aee49c1418ee54481cb53210d00ec8c53ca | |
parent | c055de05357e07fad57ebcefb5377997eae83e68 (diff) | |
parent | 308871496041232f555cf4cb055bf7f4aaa22b23 (diff) | |
download | gitlab-4f79dffbd5e1e296dee2e1276e3d2c441742d28a.tar.gz |
Merge pull request #1406 from python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x
chore(deps): update gitlab/gitlab-ce docker tag to v13.11.1-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 3a04441..e3fee10 100644 --- a/tools/functional/fixtures/.env +++ b/tools/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ce -GITLAB_TAG=13.11.0-ce.0 +GITLAB_TAG=13.11.1-ce.0 |