File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM python:3.11-slim
22
33ENV 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
77ENV 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 \
You can’t perform that action at this time.
0 commit comments