Skip to content

Commit 613b323

Browse files
committed
chore(python): bump version to 3.14
1 parent ee60f02 commit 613b323

2 files changed

Lines changed: 5 additions & 5 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
ARG DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/workspace \
7-
PYTHON_VERSION="3.13"
7+
PYTHON_VERSION="3.14"
88

99
RUN groupadd drycc --gid ${DRYCC_GID} \
1010
&& useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}

rootfs/Dockerfile.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ ARG CODENAME
22
FROM registry.drycc.cc/drycc/base:${CODENAME}
33

44
ARG DRYCC_HOME_DIR=/workspace \
5-
PYTHON_VERSION="3.13" \
6-
VALKEY_VERSION="8.1.3" \
7-
POSTGRES_VERSION="17.6" \
8-
GOSU_VERSION="1.18"
5+
PYTHON_VERSION="3.14" \
6+
VALKEY_VERSION="9.0.0" \
7+
POSTGRES_VERSION="18.1" \
8+
GOSU_VERSION="1.19"
99

1010
COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
1111
COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt

0 commit comments

Comments
 (0)