diff options
author | Renovate Bot <bot@renovateapp.com> | 2020-09-02 22:22:33 +0000 |
---|---|---|
committer | Renovate Bot <bot@renovateapp.com> | 2020-09-02 22:22:33 +0000 |
commit | e94c4c67f21ecaa2862f861953c2d006923d3280 (patch) | |
tree | 339aa8a52c48f6604721423eebea02003f15fcad | |
parent | 769367c41d71610cc7d6a5eee67ebaaecb8b66bf (diff) | |
download | gitlab-e94c4c67f21ecaa2862f861953c2d006923d3280.tar.gz |
chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-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 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" |