summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2020-09-14 22:07:05 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2020-09-14 23:31:23 +0000
commit57b5782219a86153cc3425632e232db3f3c237d7 (patch)
tree6be520954565fe0e07c93db96c3107df12cd6474
parentd51042a5f5f85256b2103bf83746b96e8622abeb (diff)
downloadgitlab-57b5782219a86153cc3425632e232db3f3c237d7.tar.gz
chore(deps): update gitlab/gitlab-ce docker tag to v13.3.6-ce.0
-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 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"