From 5997130709f38423ea68b2125b6b49127f3e7fe7 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Fri, 12 Jan 2024 13:01:50 +0300 Subject: [PATCH] Dockerfile: Update dependencies --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2a1dc4d9..92222d657 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,11 +11,11 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/partial \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ ca-certificates gnupg git python3 python3-pip keychain ssh-client sshpass \ && pip3 install --no-cache-dir \ - ansible==8.4.0 \ - boto3==1.28.49 \ + ansible==8.7.0 \ + boto3==1.34.17 \ dopy==0.3.7 \ - google-auth==2.23.0 \ - hcloud==1.28.0 \ + google-auth==2.26.2 \ + hcloud==1.33.2 \ && ansible-galaxy install -r \ postgresql_cluster/roles/consul/requirements.yml \ && apt-get autoremove -y --purge gnupg git \