diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-02-04 22:56:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 22:56:59 +0100 |
commit | 1d9155ca6814847e93c1ec93c734ca004d353636 (patch) | |
tree | 7ce4146f230277726685afad29a207906d722686 | |
parent | a985c34c2e501fcfc9aadd500a191a8a20f0933c (diff) | |
parent | 7c120384762e23562a958ae5b09aac324151983a (diff) | |
download | gitlab-1d9155ca6814847e93c1ec93c734ca004d353636.tar.gz |
Merge pull request #1281 from python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x
chore(deps): update gitlab/gitlab-ce docker tag to v13.8.2-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 bffdba0..ea97b0a 100644 --- a/tools/functional/fixtures/.env +++ b/tools/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ce -GITLAB_TAG=13.8.1-ce.0 +GITLAB_TAG=13.8.2-ce.0 |