Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/cloud-devrel-kokoro-resources/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN python3 --version
RUN which python3

# Setup Cloud SDK
ENV CLOUD_SDK_VERSION 555.0.0
ENV CLOUD_SDK_VERSION 556.0.0

# Use system python for cloud sdk.
ENV CLOUDSDK_PYTHON python3.9
Expand Down
2 changes: 1 addition & 1 deletion python/googleapis/python-multi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ RUN rm -rf /venv/lib/python3.12/site-packages/virtualenv/seed/wheels/embed/setup
RUN rm -rf /venv/lib/python3.12/site-packages/virtualenv/seed/wheels/embed/wheel-0.45.1-py3-none-any.whl

# Setup Cloud SDK
ENV CLOUD_SDK_VERSION=555.0.0
ENV CLOUD_SDK_VERSION=556.0.0
# Use python 3.12 for cloud sdk.
ENV CLOUDSDK_PYTHON=python3.12
RUN wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$CLOUD_SDK_VERSION-linux-x86_64.tar.gz
Expand Down