Skip to content

Commit

Permalink
change chrome version from 125.0.6422.78 to 125.0.6422.141
Browse files Browse the repository at this point in the history
  • Loading branch information
ichylinux committed Jun 7, 2024
1 parent c753f94 commit d315c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/itamae/plugin/recipe/selenium/chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
end

if ENV['CHROME_VERSION'].to_s.empty?
ENV['CHROME_VERSION'] = '125.0.6422.78'
ENV['CHROME_VERSION'] = '125.0.6422.141'

execute "yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-#{ENV['CHROME_VERSION']}-1.x86_64.rpm" do
user 'root'
Expand Down
2 changes: 1 addition & 1 deletion lib/itamae/plugin/recipe/selenium/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Itamae
module Plugin
module Recipe
module Selenium
VERSION = '0.4.6'
VERSION = '0.4.7'
end
end
end
Expand Down

0 comments on commit d315c30

Please sign in to comment.