Skip to content

Commit af8a6e3

Browse files
authored
Merge pull request #323 from cnabio/dependabot/go_modules/github.com/docker/docker-28.0.1incompatible
Bump github.com/docker/docker from 27.3.1+incompatible to 28.0.1+incompatible
2 parents 66a01fb + 057d625 commit af8a6e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

driver/docker/docker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func (d *Driver) exec(op *driver.Operation) (driver.OperationResult, error) {
226226
if err != nil {
227227
return driver.OperationResult{}, fmt.Errorf("error staging files: %s", err)
228228
}
229-
options := types.CopyToContainerOptions{
229+
options := container.CopyToContainerOptions{
230230
AllowOverwriteDirWithFile: false,
231231
}
232232
// This copies the tar to the root of the container. The tar has been assembled using the

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f
1111
github.com/distribution/reference v0.6.0
1212
github.com/docker/cli v27.3.1+incompatible
13-
github.com/docker/docker v27.3.1+incompatible
13+
github.com/docker/docker v28.0.1+incompatible
1414
github.com/docker/go-connections v0.5.0
1515
github.com/hashicorp/go-multierror v1.1.1
1616
github.com/mitchellh/copystructure v1.2.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4Kfc
141141
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
142142
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
143143
github.com/docker/docker v1.4.2-0.20180531152204-71cd53e4a197/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
144-
github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI=
145-
github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
144+
github.com/docker/docker v28.0.1+incompatible h1:FCHjSRdXhNRFjlHMTv4jUNlIBbTeRjrWfeFuJp7jpo0=
145+
github.com/docker/docker v28.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
146146
github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y=
147147
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
148148
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=

0 commit comments

Comments
 (0)