Skip to content

Commit c6e9449

Browse files
Merge pull request #26717 from containers/renovate/go-github.com-docker-docker-vulnerability
fix(deps): update module github.com/docker/docker to v28.3.3+incompatible [security]
2 parents 291b97f + 88bb9da commit c6e9449

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/cyphar/filepath-securejoin v0.4.1
2727
github.com/digitalocean/go-qemu v0.0.0-20250212194115-ee9b0668d242
2828
github.com/docker/distribution v2.8.3+incompatible
29-
github.com/docker/docker v28.3.2+incompatible
29+
github.com/docker/docker v28.3.3+incompatible
3030
github.com/docker/go-connections v0.5.0
3131
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
3232
github.com/docker/go-units v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/docker/cli v28.3.2+incompatible h1:mOt9fcLE7zaACbxW1GeS65RI67wIJrTnqS
117117
github.com/docker/cli v28.3.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
118118
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
119119
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
120-
github.com/docker/docker v28.3.2+incompatible h1:wn66NJ6pWB1vBZIilP8G3qQPqHy5XymfYn5vsqeA5oA=
121-
github.com/docker/docker v28.3.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
120+
github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI=
121+
github.com/docker/docker v28.3.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
122122
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
123123
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
124124
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

vendor/github.com/docker/docker/api/types/registry/authconfig.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/client/image_push.go

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ github.com/distribution/reference
429429
## explicit
430430
github.com/docker/distribution/registry/api/errcode
431431
github.com/docker/distribution/registry/api/v2
432-
# github.com/docker/docker v28.3.2+incompatible
432+
# github.com/docker/docker v28.3.3+incompatible
433433
## explicit
434434
github.com/docker/docker/api
435435
github.com/docker/docker/api/types

0 commit comments

Comments
 (0)