Skip to content

Commit 3d60db0

Browse files
Upgrade dependencies (#31)
1 parent 2341597 commit 3d60db0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.11-slim
22

33
ENV VERSION_CT=0.9.0 \
44
VERSION_HELM=3.12.3 \
5-
CLOUD_SDK_VERSION=445.0.0
5+
CLOUD_SDK_VERSION=464.0.0
66

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

@@ -29,11 +29,11 @@ RUN set -x \
2929
&& curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version "v${VERSION_HELM}" \
3030
&& helm plugin install https://github.com/databus23/helm-diff \
3131
&& python3 -m pip install --disable-pip-version-check --no-cache-dir \
32-
ansible==8.4.0 \
33-
ansible-core==2.15.4 \
34-
Jinja2==3.1.2 \
35-
netaddr==0.8.0 \
36-
humanfriendly==9.2 \
32+
ansible==9.2.0 \
33+
ansible-core==2.16.3 \
34+
Jinja2==3.1.3 \
35+
netaddr==1.1.0 \
36+
humanfriendly==10.0 \
3737
jmespath==1.0.1 \
3838
kubernetes==25.3.0 \
3939
pyjwt==2.8.0 \

0 commit comments

Comments
 (0)