Skip to content

Commit

Permalink
Update GitLab Runner to 17.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Jan 17, 2025
1 parent b8f0d2c commit 42d9847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/action/step/start_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Step
class StartRunner < Base
RunnerInvalid = Class.new(StandardError)

GITLAB_RUNNER_IMAGE = 'gitlab/gitlab-runner:v17.7.0'
GITLAB_RUNNER_IMAGE = 'gitlab/gitlab-runner:v17.8.0'

def execute
runner_config_template_path = "#{File.expand_path('../config', __dir__)}/gitlab_runner_config_template.toml"
Expand Down

0 comments on commit 42d9847

Please sign in to comment.