diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-06-15 21:03:35 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-06-15 21:03:35 -0500 |
commit | 7e8452436632b058932c802bf6629bc97439f023 (patch) | |
tree | adb5067399acd037d0668e9711ac9540a73843b7 /docker-compose/Pkgfile | |
parent | 5568e4557f62f9f716cd672cebe4cd3e5cef339f (diff) | |
download | contrib-7e8452436632b058932c802bf6629bc97439f023.tar.gz contrib-7e8452436632b058932c802bf6629bc97439f023.tar.xz |
docker-compose: updated to version 1.29.2
Diffstat (limited to 'docker-compose/Pkgfile')
-rw-r--r-- | docker-compose/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose/Pkgfile b/docker-compose/Pkgfile index 90446c167..c03bb5011 100644 --- a/docker-compose/Pkgfile +++ b/docker-compose/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-jsonschema python3-six python3-dockerpty python3-docker python3-websocket-client python3-texttable python3-requests python3-yaml python3-docopt python3-cached-property python3-importlib_metadata python3-pyrsistent python3-attrs python3-paramiko python3-zipp python3-pynacl python3-bcrypt python3-distro python3-dotenv name=docker-compose -version=1.29.1 +version=1.29.2 release=1 source=(https://github.com/docker/compose/archive/$version/$name-$version.tar.gz) |