From 22fc67a57502e2aeca1944bd9a6d09d67e73557e Mon Sep 17 00:00:00 2001 From: Panos Koutsovasilis Date: Thu, 20 Jun 2024 12:27:35 +0300 Subject: [PATCH] fix: docker version in Dockerfile --- metricbeat/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricbeat/Dockerfile b/metricbeat/Dockerfile index 817ffb156c0b..703159c02532 100644 --- a/metricbeat/Dockerfile +++ b/metricbeat/Dockerfile @@ -26,7 +26,7 @@ RUN pip3 install --upgrade setuptools==47.3.2 RUN pip3 install --upgrade PyYAML==6.0.1 RUN pip3 install requests==2.32.3 RUN pip3 install urllib3==1.26.19 -RUN pip3 install docker==7.0.1 +RUN pip3 install docker==7.1.0 RUN pip3 install git+https://github.com/pkoutsovasilis/compose@2c4d825881a624bd87c390a13f362ae76dcd6180 # Oracle instant client