Skip to content
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

docker-compose: update to 2.20.3. #45599

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/docker-compose/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'docker-compose'
pkgname=docker-compose
version=2.20.2
version=2.20.3
revision=1
build_style=go
go_import_path="github.com/docker/compose/v2"
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://docs.docker.com/compose/"
changelog="https://github.com/docker/compose/releases"
distfiles="https://github.com/docker/compose/archive/refs/tags/v${version}.tar.gz"
checksum=f7aa0fd19fe457cb0310e3049f57253bddbf896a366824c3cd084a754967fb59
checksum=af8025623de3991a15a89575ae4fc4f3f38a17311af9641815500c01f0775950

post_install() {
vmkdir usr/libexec/docker/cli-plugins
Expand Down