Skip to content

Commit 5e3db4f

Browse files
committed
Add Python 3.14 to install list in Dockerfile.
Change-Id: I23f9d3217a28f0d3839284e508cb6698916f1d13
1 parent 16e03ba commit 5e3db4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:24.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
4-
ARG PYTHON_VERSIONS="3.13 3.12 3.11 3.10 3.9"
4+
ARG PYTHON_VERSIONS="3.14 3.13 3.12 3.11 3.10 3.9"
55

66
ENV TZ=Etc/GMT
77
ENV PATH="$PATH:/root/.local/bin"

0 commit comments

Comments
 (0)