automation: Update gitlab-runner_image Docker tag to v16.9.1

This commit is contained in:
Renovate Bot 2024-02-28 19:04:31 +00:00
parent e380fe1932
commit 088801b2ca

View file

@ -24,7 +24,7 @@ gitlab_runner_config_location: "{{ gitlab_runner_install_location }}/config"
# The runner image & tag/version to be used # The runner image & tag/version to be used
gitlab_runner_image: "docker.io/gitlab/gitlab-runner" gitlab_runner_image: "docker.io/gitlab/gitlab-runner"
# renovate: depName=docker.io/gitlab/gitlab-runner # renovate: depName=docker.io/gitlab/gitlab-runner
gitlab_runner_image_version: "v16.9.0" gitlab_runner_image_version: "v16.9.1"
gitlab_runner_image_variant: "alpine-{{ gitlab_runner_image_version }}" gitlab_runner_image_variant: "alpine-{{ gitlab_runner_image_version }}"
# Extra paths that should be created (eg. to be mounted in the container) # Extra paths that should be created (eg. to be mounted in the container)