We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6935737 commit e3580caCopy full SHA for e3580ca
.generator/Dockerfile
@@ -38,6 +38,8 @@ RUN apt-get update && \
38
# Set up environment variables for tool versions to make updates easier.
39
ENV BAZELISK_VERSION=v1.26.0
40
41
+# Create an alias for python3.13.5 so that it points to 3.13
42
+RUN alias python3.13.5='python3.13'
43
44
RUN for PYTHON_VERSION in 3.9.23 3.10.18 3.11.13 3.12.11 3.13.5; do \
45
# Install Python from source
0 commit comments