-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to docker compose v2 #607
Labels
Comments
|
paralin
added a commit
to paralin/ts-proto
that referenced
this issue
Jul 1, 2022
Updates to TypeScript 4.7.x (latest). This requires an update to ts-proto-descriptors, to release: 1. Release ts-proto-descriptors version 1.7.0. 2. Update package.json with ts-proto-descriptors version. 3. Publish ts-proto update. Additionally, some other minor fixes: - Cast _unknownFields to any to fix build errors. - Update docker-compose to v2: uses plugin: "docker compose" Fixes stephenh#607 Signed-off-by: Christian Stewart <christian@paral.in>
Huh! I didn't know that about |
🎉 This issue has been resolved in version 1.116.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
V2 uses commands like
docker compose
as a CLI plugin instead of the old python baseddocker-compose
. I think the CLI is compatible, otherwise.The text was updated successfully, but these errors were encountered: