diff options
author | Max Wittig <max.wittig@siemens.com> | 2021-01-29 08:53:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 08:53:12 +0100 |
commit | cc2dd0c92e9844ae916c647a03e71b53df80bb15 (patch) | |
tree | a9fa41bd823cbd02e0f79565afef6c4e74e69a06 | |
parent | 4f8d9015869a2b8d3ee807319aa0423993083220 (diff) | |
parent | 9854d6da84c192f765e0bc80d13bc4dae16caad6 (diff) | |
download | gitlab-cc2dd0c92e9844ae916c647a03e71b53df80bb15.tar.gz |
Merge pull request #1243 from python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x
chore(deps): update gitlab/gitlab-ce docker tag to v13.8.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 ada8b49..bffdba0 100644 --- a/tools/functional/fixtures/.env +++ b/tools/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ce -GITLAB_TAG=13.5.4-ce.0 +GITLAB_TAG=13.8.1-ce.0 |