Skip to content

Commit 09c02d8

Browse files
authored
Update process-compose version (#2642)
## Summary Bump the process compose version from 1.24.2 to the latest 1.64.1 ## How was it tested? Reran some services, will check tests in CI/CD ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 65c3c1c commit 09c02d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"go.jetify.com/devbox/internal/xdg"
1717
)
1818

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

2121
var utilProjectConfigPath string
2222

0 commit comments

Comments
 (0)