summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2020-09-03 09:38:33 +0200
committerGitHub <noreply@github.com>2020-09-03 09:38:33 +0200
commit2a6801e11b8af6ec9085e1131d5cac21a5e809f5 (patch)
tree339aa8a52c48f6604721423eebea02003f15fcad
parent769367c41d71610cc7d6a5eee67ebaaecb8b66bf (diff)
parente94c4c67f21ecaa2862f861953c2d006923d3280 (diff)
downloadgitlab-2a6801e11b8af6ec9085e1131d5cac21a5e809f5.tar.gz
Merge pull request #1172 from python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x
chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-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 6ae0c93..24c56f5 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.3-ce.0
+DEFAULT_GITLAB_TAG=13.3.4-ce.0
GITLAB_IMAGE="${GITLAB_IMAGE:-$DEFAULT_GITLAB_IMAGE}"
GITLAB_TAG="${GITLAB_TAG:-$DEFAULT_GITLAB_TAG}"
VENV_CMD="python3 -m venv"