Skip to content

Commit 96c9ac3

Browse files
committed
chore(imagebuilder): python=3.10.4 rabbitmq=3.9.14
1 parent 35efed7 commit 96c9ac3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM docker.io/drycc/base:bullseye
33
ENV DRYCC_UID=1001 \
44
DRYCC_GID=1001 \
55
DRYCC_HOME_DIR=/workspace \
6-
PYTHON_VERSION="3.10.2"
6+
PYTHON_VERSION="3.10.4"
77

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

rootfs/Dockerfile.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
66
COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt
77

88
ENV PGDATA="/opt/drycc/postgresql/data" \
9-
PYTHON_VERSION="3.10.2" \
9+
PYTHON_VERSION="3.10.4" \
1010
REDIS_VERSION="6.2.6" \
11-
RABBITMQ_VERSION="3.9.13" \
11+
RABBITMQ_VERSION="3.9.14" \
1212
POSTGRES_VERSION="14.2" \
1313
GOSU_VERSION="1.14"
1414

0 commit comments

Comments
 (0)