diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-10-08 20:24:57 +0200 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-10-08 12:55:42 -0700 |
commit | 5a1678f43184bd459132102cc13cf8426fe0449d (patch) | |
tree | 249a92494e2088c98f27951cca8cd6a0e91b7645 | |
parent | 69461f6982e2a85dcbf95a0b884abd3f4050c1c7 (diff) | |
download | gitlab-5a1678f43184bd459132102cc13cf8426fe0449d.tar.gz |
chore(deps): upgrade gitlab-ce to 14.3.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 d57c43c..374f7ac 100644 --- a/tests/functional/fixtures/.env +++ b/tests/functional/fixtures/.env @@ -1,2 +1,2 @@ GITLAB_IMAGE=gitlab/gitlab-ce -GITLAB_TAG=13.12.0-ce.0 +GITLAB_TAG=14.3.2-ce.0 |