Skip to content

Commit 595dc22

Browse files
authored
Revert process-compose to 1.24.2 (#2356)
## Summary Process-compose 1.34 introduces a bug that causes postgresql and other daemon-based processes to hang indefinitely. See #2354 for more details. ## How was it tested? Tested postgresql plugin using 1.34, 1.27 -- verified that the issue still existed Tested postgresql plugin with 1.24.2 -- verified the issue was resolved
1 parent 1ec15d9 commit 595dc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"go.jetpack.io/devbox/internal/xdg"
1717
)
1818

19-
const processComposeVersion = "1.34.0"
19+
const processComposeVersion = "1.24.2"
2020

2121
var utilProjectConfigPath string
2222

0 commit comments

Comments
 (0)