Skip to content

Commit e3580ca

Browse files
committed
create alias for 3.13.5
1 parent 6935737 commit e3580ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.generator/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ RUN apt-get update && \
3838
# Set up environment variables for tool versions to make updates easier.
3939
ENV BAZELISK_VERSION=v1.26.0
4040

41+
# Create an alias for python3.13.5 so that it points to 3.13
42+
RUN alias python3.13.5='python3.13'
4143

4244
RUN for PYTHON_VERSION in 3.9.23 3.10.18 3.11.13 3.12.11 3.13.5; do \
4345
# Install Python from source

0 commit comments

Comments
 (0)