gitlab-runner: Upgrade to version 13.3.1

This commit is contained in:
saibotk 2020-09-08 21:20:12 +02:00
parent 994094b31b
commit 8507619c62
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -23,7 +23,7 @@ gitlabrunner_config_location: "{{ gitlabrunner_install_location }}/config"
# The runner image & tag/version to be used
gitlabrunner_image: "docker.io/gitlab/gitlab-runner"
gitlabrunner_image_version: "alpine-v13.3.0"
gitlabrunner_image_version: "alpine-v13.3.1"
# Extra volumes that should be added to the gitlab runner container.
gitlabrunner_extra_volumes: []