Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit fbd9840

Browse files
chore(python): use python 3.10 for docs build (#1221)
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3c8f8f9 commit fbd9840

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:99ab465187b4891e878ee4f9977b4a6aeeb0ceadf404870c416c50e06500eb42
17-
# created: 2024-07-08T16:17:14.833595692Z
16+
digest: sha256:52210e0e0559f5ea8c52be148b33504022e1faef4e95fbe4b32d68022af2fa7e
17+
# created: 2024-07-08T19:25:35.862283192Z

.kokoro/docker/docs/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RUN apt-get update \
5959
&& rm -rf /var/lib/apt/lists/* \
6060
&& rm -f /var/cache/apt/archives/*.deb
6161

62-
###################### Install python 3.10.14 for docfx session
62+
63+
###################### Install python 3.10.14 for docs/docfx session
6364

6465
# Download python 3.10.14
6566
RUN wget https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz
@@ -71,8 +72,6 @@ RUN tar -xvf Python-3.10.14.tgz
7172
RUN ./Python-3.10.14/configure --enable-optimizations
7273
RUN make altinstall
7374

74-
###################### Use python 3.10 by default
75-
7675
RUN python3.10 -m venv /venv
7776
ENV PATH /venv/bin:$PATH
7877

0 commit comments

Comments
 (0)