Skip to content

Commit 701d670

Browse files
authored
Update gcloud and Helm. (#36)
1 parent d5f7cbd commit 701d670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

33
ENV VERSION_CT=0.9.0 \
4-
VERSION_HELM=3.12.3
4+
VERSION_HELM=3.16.4
55

66
RUN set -x \
77
&& apt-get update \
@@ -36,7 +36,7 @@ ENTRYPOINT []
3636

3737
FROM minimal AS gcloud
3838

39-
ENV CLOUD_SDK_VERSION=465.0.0
39+
ENV CLOUD_SDK_VERSION=507.0.0
4040

4141
ENV PATH=/google-cloud-sdk/bin:$PATH
4242

0 commit comments

Comments
 (0)