Skip to content

Commit b6783f3

Browse files
committed
chore(database): upgrade codename to bookworm
1 parent 94fefaa commit b6783f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.drycc.cc/drycc/base:bullseye
1+
FROM registry.drycc.cc/drycc/base:bookworm
22

33
COPY rootfs/usr /usr/
44
COPY rootfs/entrypoint.sh /entrypoint.sh
5-
ENV PYTHON_VERSION="3.10.6" \
5+
ENV PYTHON_VERSION="3.11" \
66
PG_MAJOR=14 \
7-
POSTGRESQL_VERSION="14.5"
7+
POSTGRESQL_VERSION="15.3"
88

99
ENV PGDATA /data/${PG_MAJOR}
1010

0 commit comments

Comments
 (0)