diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-04-01 11:27:53 +0200 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2022-04-01 08:22:19 -0700 |
commit | d508b1809ff3962993a2279b41b7d20e42d6e329 (patch) | |
tree | f276a7ab6b2b41c35df01e97e676075d4c1f0060 | |
parent | d1d96bda5f1c6991c8ea61dca8f261e5b74b5ab6 (diff) | |
download | gitlab-d508b1809ff3962993a2279b41b7d20e42d6e329.tar.gz |
chore(deps): upgrade gitlab-ce to 14.9.2-ce.0
-rw-r--r-- | tests/functional/fixtures/.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fixtures/.env b/tests/functional/fixtures/.env index bcfd357..da9332f 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ce -GITLAB_TAG=14.6.2-ce.0 +GITLAB_TAG=14.9.2-ce.0 |