Skip to content

Commit

Permalink
Bump docker to 20.10.27 to address GHSA-jq35-85cj-fj4p (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Feb 6, 2024
1 parent d0c4226 commit 909f6e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace (
code.cloudfoundry.org/guardian => ../guardian
code.cloudfoundry.org/idmapper => ../idmapper

github.com/docker/docker => github.com/docker/docker v20.10.25+incompatible
github.com/docker/docker => github.com/docker/docker v20.10.27+incompatible
github.com/nats-io/nats.go => github.com/nats-io/nats.go v1.16.1-0.20220906180156-a1017eec10b0
github.com/onsi/gomega => github.com/onsi/gomega v1.27.1
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions src/code.cloudfoundry.org/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,8 @@ github.com/docker/cli v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1x
github.com/docker/cli v24.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v20.10.25+incompatible h1:URiHXOEOlhi6FS5U+YUE8YnsnZjIV3R+TFezL2ngdW0=
github.com/docker/docker v20.10.25+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v20.10.27+incompatible h1:Id/ZooynV4ZlD6xX20RCd3SR0Ikn7r4QZDa2ECK2TgA=
github.com/docker/docker v20.10.27+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo=
github.com/docker/docker-credential-helpers v0.8.1/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
Expand Down
4 changes: 2 additions & 2 deletions src/code.cloudfoundry.org/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ github.com/distribution/reference
github.com/docker/distribution/registry/api/errcode
github.com/docker/distribution/registry/api/v2
github.com/docker/distribution/registry/client/auth/challenge
# github.com/docker/docker v25.0.2+incompatible => github.com/docker/docker v20.10.25+incompatible
# github.com/docker/docker v25.0.2+incompatible => github.com/docker/docker v20.10.27+incompatible
## explicit
github.com/docker/docker/api/types/versions
github.com/docker/docker/pkg/reexec
Expand Down Expand Up @@ -1009,7 +1009,7 @@ gopkg.in/yaml.v3
# code.cloudfoundry.org/grootfs => ../grootfs
# code.cloudfoundry.org/guardian => ../guardian
# code.cloudfoundry.org/idmapper => ../idmapper
# github.com/docker/docker => github.com/docker/docker v20.10.25+incompatible
# github.com/docker/docker => github.com/docker/docker v20.10.27+incompatible
# github.com/nats-io/nats.go => github.com/nats-io/nats.go v1.16.1-0.20220906180156-a1017eec10b0
# github.com/onsi/gomega => github.com/onsi/gomega v1.27.1
# github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
Expand Down

0 comments on commit 909f6e4

Please sign in to comment.