Update dependencies (#1744)

This commit is contained in:
Anbraten
2023-05-11 00:28:02 +02:00
committed by GitHub
parent 3b07054731
commit 188123ea74
3 changed files with 156 additions and 477 deletions

View File

@@ -96,7 +96,7 @@ func (e *docker) Load(ctx context.Context) error {
func (e *docker) Setup(_ context.Context, conf *backend.Config) error {
for _, vol := range conf.Volumes {
_, err := e.client.VolumeCreate(noContext, volume.VolumeCreateBody{
_, err := e.client.VolumeCreate(noContext, volume.CreateOptions{
Name: vol.Name,
Driver: vol.Driver,
DriverOpts: vol.DriverOpts,