Skip to content

Commit fbcab8b

Browse files
Merge pull request #427 from depot/docker-api-1-48
Set DOCKER_API_VERSION to 1.48
2 parents 327f21a + a71f87d commit fbcab8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/depot/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import (
2727
)
2828

2929
func main() {
30-
// Explicitly set the Docker API version to 1.52 to avoid the Docker daemon breaking change.
31-
os.Setenv("DOCKER_API_VERSION", "1.52")
30+
// Explicitly set the Docker API version to 1.48 to avoid the Docker daemon breaking change.
31+
os.Setenv("DOCKER_API_VERSION", "1.48")
3232

3333
if os.Getenv("DEPOT_DISABLE_OTEL") != "" {
3434
helpers.DisableOTEL()

0 commit comments

Comments
 (0)