We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 327f21a + a71f87d commit fbcab8bCopy full SHA for fbcab8b
cmd/depot/main.go
@@ -27,8 +27,8 @@ import (
27
)
28
29
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")
+ // Explicitly set the Docker API version to 1.48 to avoid the Docker daemon breaking change.
+ os.Setenv("DOCKER_API_VERSION", "1.48")
32
33
if os.Getenv("DEPOT_DISABLE_OTEL") != "" {
34
helpers.DisableOTEL()
0 commit comments