Skip to content

Commit c237f94

Browse files
authored
[process-compose] Bump version (#2040)
## Summary Bumps to v1.5.0 Note: Because process-compose flake is not in any cache installing a new version can be pretty slow (it has to build which means it has to download dependencies in order to build). A few solutions: * We could use nixpkgs (which lags the repo version by a few versions) * We could use runx to install it (not nix, but it gets the latest version) * We could store in our own cache. ## How was it tested? Tested running services on a few examples.
1 parent bc719ca commit c237f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/devbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const (
5555

5656
// shellHistoryFile keeps the history of commands invoked inside devbox shell
5757
shellHistoryFile = ".devbox/shell_history"
58-
processComposeTargetVersion = "v0.85.0"
58+
processComposeTargetVersion = "v1.5.0"
5959
arbitraryCmdFilename = ".cmd"
6060
)
6161

0 commit comments

Comments
 (0)