diff options
author | Renovate Bot <bot@renovateapp.com> | 2020-09-02 13:25:29 +0000 |
---|---|---|
committer | Renovate Bot <bot@renovateapp.com> | 2020-09-02 13:25:29 +0000 |
commit | 667bf01b6d3da218df6c4fbdd9c7b9282a2aaff9 (patch) | |
tree | 788585775f3a4ce21d10bac9c8f8aef233322a7f /tools | |
parent | 784cba659a9d15076711f5576549b4288df322cc (diff) | |
download | gitlab-667bf01b6d3da218df6c4fbdd9c7b9282a2aaff9.tar.gz |
chore(deps): update gitlab/gitlab-ce docker tag to v13.3.3-ce.0
Diffstat (limited to 'tools')
-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 a936ac9..6ae0c93 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.2-ce.0 +DEFAULT_GITLAB_TAG=13.3.3-ce.0 GITLAB_IMAGE="${GITLAB_IMAGE:-$DEFAULT_GITLAB_IMAGE}" GITLAB_TAG="${GITLAB_TAG:-$DEFAULT_GITLAB_TAG}" VENV_CMD="python3 -m venv" |