Skip to content

Commit 2bc6423

Browse files
committed
chore(database): upgrade to pg 14.5
1 parent 94c7421 commit 2bc6423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

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

99
ENV PGDATA /data/${PG_MAJOR}
1010

0 commit comments

Comments
 (0)