Skip to content

Commit

Permalink
Update dependencies (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored Sep 15, 2023
1 parent 560c6b7 commit 5417241
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
@@ -1,9 +1,9 @@
FROM python:3.11-slim

ENV VERSION_ANSIBLE=8.1.0 \
ENV VERSION_ANSIBLE=8.4.0 \
VERSION_CT=0.9.0 \
VERSION_HELM=3.12.2 \
CLOUD_SDK_VERSION=438.0.0
VERSION_HELM=3.12.3 \
CLOUD_SDK_VERSION=445.0.0

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

Expand All @@ -29,7 +29,7 @@ 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 --upgrade pip \
&& python3 -m pip install ansible==${VERSION_ANSIBLE} Jinja2==3.1.2 netaddr==0.8.0 humanfriendly==9.2 jmespath==1.0.1 kubernetes==25.3.0 pyjwt==2.6.0 passlib==1.7.4 \
&& python3 -m pip install ansible==${VERSION_ANSIBLE} Jinja2==3.1.2 netaddr==0.8.0 humanfriendly==9.2 jmespath==1.0.1 kubernetes==25.3.0 pyjwt==2.8.0 passlib==1.7.4 \
&& curl -Lo ct https://github.com/coreos/container-linux-config-transpiler/releases/download/v${VERSION_CT}/ct-v${VERSION_CT}-x86_64-unknown-linux-gnu \
&& chmod +x ct \
&& mv ct /usr/local/bin/ \
Expand Down

0 comments on commit 5417241

Please sign in to comment.