Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
ansible==8.4.0 -> 8.7.0
ansible-core 2.15.4 -> 2.15.9
gcloud 445.0.0 -> 464.0.0
humanfriendly 9.2 -> 10.0
Jinja2 3.1.2 -> 3.1.3
netaddr 0.8.0 -> 1.1.0
  • Loading branch information
robertvolkmann committed Feb 15, 2024
1 parent ad8f1d4 commit 0d4acb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11-slim

ENV VERSION_CT=0.9.0 \
VERSION_HELM=3.12.3 \
CLOUD_SDK_VERSION=445.0.0
CLOUD_SDK_VERSION=464.0.0

ENV PATH /google-cloud-sdk/bin:$PATH

Expand All @@ -28,11 +28,11 @@ RUN set -x \
&& gcloud --version \
&& curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \
&& python3 -m pip install --disable-pip-version-check --no-cache-dir \
ansible==8.4.0 \
ansible-core==2.15.4 \
Jinja2==3.1.2 \
netaddr==0.8.0 \
humanfriendly==9.2 \
ansible==8.7.0 \
ansible-core==2.15.9 \
Jinja2==3.1.3 \
netaddr==1.1.0 \
humanfriendly==10.0 \
jmespath==1.0.1 \
kubernetes==25.3.0 \
pyjwt==2.8.0 \
Expand Down

0 comments on commit 0d4acb5

Please sign in to comment.