diff options
author | Renovate Bot <bot@renovateapp.com> | 2020-09-14 22:07:05 +0000 |
---|---|---|
committer | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2020-09-14 23:31:23 +0000 |
commit | 57b5782219a86153cc3425632e232db3f3c237d7 (patch) | |
tree | 6be520954565fe0e07c93db96c3107df12cd6474 | |
parent | d51042a5f5f85256b2103bf83746b96e8622abeb (diff) | |
download | gitlab-57b5782219a86153cc3425632e232db3f3c237d7.tar.gz |
chore(deps): update gitlab/gitlab-ce docker tag to v13.3.6-ce.0
-rwxr-xr-x | tools/build_test_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index e3b6d12..a7b64b6 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -29,7 +29,7 @@ REUSE_CONTAINER= NOVENV= API_VER=4 DEFAULT_GITLAB_IMAGE=gitlab/gitlab-ce -DEFAULT_GITLAB_TAG=13.3.5-ce.0 +DEFAULT_GITLAB_TAG=13.3.6-ce.0 GITLAB_IMAGE="${GITLAB_IMAGE:-$DEFAULT_GITLAB_IMAGE}" GITLAB_TAG="${GITLAB_TAG:-$DEFAULT_GITLAB_TAG}" VENV_CMD="python3 -m venv" |