aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-12-28 11:20:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-12-28 11:20:52 -0300
commit1a8f6731c1387d3d7c35c9e19b962d6d465dce1d (patch)
tree47d5cd062cea64f67bd8e767cdf2e8033c92b2ad
parentc7c134af0e28b1a367b87308e770cc145614cc0f (diff)
downloadtrashman-1a8f6731c1387d3d7c35c9e19b962d6d465dce1d.tar.gz
trashman-1a8f6731c1387d3d7c35c9e19b962d6d465dce1d.tar.bz2
Feat: upgrade docker-compose to 1.29.2
-rwxr-xr-xshare/trashman/docker-compose/unix/linux/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/trashman/docker-compose/unix/linux/install b/share/trashman/docker-compose/unix/linux/install
index 0ee5d81..f4f0ec0 100755
--- a/share/trashman/docker-compose/unix/linux/install
+++ b/share/trashman/docker-compose/unix/linux/install
@@ -6,7 +6,7 @@
# Parameters
SHARE="$1"
-VERSION="1.28.6"
+VERSION="1.29.2"
# Include basic functions
. $SHARE/trashman/functions || exit 1