Skip to content

Commit

Permalink
Update docker/lib/dependabot/docker/update_checker.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jurre <[email protected]>
  • Loading branch information
pavera and jurre committed Sep 12, 2022
1 parent 3acfafe commit 8b4a661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/lib/dependabot/docker/update_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def docker_registry_client
"https://#{registry_hostname}",
user: registry_credentials&.fetch("username", nil),
password: registry_credentials&.fetch("password", nil),
read_timeout: 10,
read_timeout: 10
)
end

Expand Down

0 comments on commit 8b4a661

Please sign in to comment.