Skip to content

Commit

Permalink
Upgrade dependencies (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored Feb 21, 2024
1 parent 2341597 commit 3d60db0
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 @@ -29,11 +29,11 @@ RUN set -x \
&& curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \
&& helm plugin install https://github.com/databus23/helm-diff \
&& 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==9.2.0 \
ansible-core==2.16.3 \
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 3d60db0

Please sign in to comment.