From 3e4ec2a9a82077c533fa5d1c26cf3e4764de50cd Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Wed, 6 Apr 2022 10:15:24 +0200 Subject: [PATCH] docker-compose: Update to version 2.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit What's Changed: - now we use directly the Docker CLI to run autoremove flag should be p… by @glours - use ssh config when building from compose up by @glours - get Tty from container to know adequate way to attach to by @ndeloof Signed-off-by: Javier Marcet --- utils/docker-compose/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 7744698eb9..f0f5adaf3f 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=compose -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.1 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}? -PKG_HASH:=b0507aed3b86900f5199309dcfb8b2d4081d94e8ec045eec2bada8280dc9901b +PKG_HASH:=ebf56ab2f3912d49f4ef9a0e48b219cf9cbff958d20990a5ff9b7a8ced8e69fc PKG_MAINTAINER:=Javier Marcet -- 2.30.2