summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2020-09-04 14:13:40 +0000
committerRenovate Bot <bot@renovateapp.com>2020-09-04 14:13:40 +0000
commitc88d87092f39d11ecb4f52ab7cf49634a0f27e80 (patch)
treee812f168a021efc2ad31de16cd81d590a97b7e02 /tools
parent2a6801e11b8af6ec9085e1131d5cac21a5e809f5 (diff)
downloadgitlab-c88d87092f39d11ecb4f52ab7cf49634a0f27e80.tar.gz
chore(deps): update gitlab/gitlab-ce docker tag to v13.3.5-ce.0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_test_env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh
index 24c56f5..e3b6d12 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.4-ce.0
+DEFAULT_GITLAB_TAG=13.3.5-ce.0
GITLAB_IMAGE="${GITLAB_IMAGE:-$DEFAULT_GITLAB_IMAGE}"
GITLAB_TAG="${GITLAB_TAG:-$DEFAULT_GITLAB_TAG}"
VENV_CMD="python3 -m venv"