Skip to content

Commit 233e058

Browse files
committed
chore(python): bump python version to 3.14
1 parent ebe21a9 commit 233e058

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/workspace \
7-
PYTHON_VERSION="3.13" \
7+
PYTHON_VERSION="3.14" \
88
HELM_VERSION="3.19.0" \
99
KUBECTL_VERSION="1.34.1"
1010

rootfs/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/workspace \
7-
PYTHON_VERSION="3.13" \
7+
PYTHON_VERSION="3.14" \
88
HELM_VERSION="3.19.0" \
99
KUBECTL_VERSION="1.34.1"
1010

0 commit comments

Comments
 (0)