Skip to content

Commit

Permalink
Dockerfile: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jan 12, 2024
1 parent 51f7cf8 commit 5997130
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5997130

Please sign in to comment.