Skip to content

Commit

Permalink
Merge pull request #3352 from dependabot/docker-stranded-quote
Browse files Browse the repository at this point in the history
docker: valid Accept header
  • Loading branch information
thepwagner authored Mar 25, 2021
2 parents a0fd16e + 3fc1a2a commit 5b88eac
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 @@ -29,7 +29,7 @@ def headers(payload: nil, bearer_token: nil)
headers["Accept"] = %w(
application/vnd.docker.distribution.manifest.v2+json
application/vnd.docker.distribution.manifest.list.v2+json
application/json"
application/json
).join(",")
end
headers["Content-Type"] = "application/vnd.docker.distribution.manifest.v2+json" unless payload.nil?
Expand Down

0 comments on commit 5b88eac

Please sign in to comment.