Revert "Update dependencies"

This reverts commit f3a6f27e99.
This commit is contained in:
2024-05-25 16:10:48 +02:00
parent f3a6f27e99
commit c37642c6c1
4 changed files with 251 additions and 291 deletions

View File

@ -84,7 +84,7 @@ func TestContainerIntegration(t *testing.T) {
require.NoError(t, err, "NewDockerComposeAPIWith()")
t.Cleanup(func() {
require.NoError(t, compose.Down(context.Background()), "compose.Down()")
require.NoError(t, compose.Down(context.Background(), tc.RemoveOrphans(true), tc.RemoveImagesLocal), "compose.Down()")
})
ctx, cancel := context.WithCancel(context.Background())
t.Cleanup(cancel)