Skip to content

Commit 8923b96

Browse files
committed
chore(database): bump python 3.10.4 and node 16.14.2
1 parent c8f10d7 commit 8923b96

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM docker.io/drycc/base:bullseye as build-app
33
ADD web /web
44
WORKDIR /web
55

6-
ENV NODE_VERSION="16.14.0"
6+
ENV NODE_VERSION="16.14.2"
77

88
RUN install-stack node $NODE_VERSION && . init-stack \
99
&& npm install --global yarn \
@@ -15,7 +15,7 @@ FROM docker.io/drycc/base:bullseye
1515
ENV DRYCC_UID=1001 \
1616
DRYCC_GID=1001 \
1717
DRYCC_HOME_DIR=/workspace \
18-
PYTHON_VERSION="3.10.2"
18+
PYTHON_VERSION="3.10.4"
1919

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

rootfs/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/drycc/base:bullseye
22

33
ENV DRYCC_HOME_DIR=/workspace \
44
PGDATA="/var/lib/postgresql/data" \
5-
PYTHON_VERSION="3.10.2" \
5+
PYTHON_VERSION="3.10.4" \
66
POSTGRES_VERSION="14.2" \
77
GOSU_VERSION="1.14"
88

0 commit comments

Comments
 (0)