Skip to content

Commit c397089

Browse files
committed
chore(postgres): bump version 15.8
1 parent 8f010d8 commit c397089

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
@@ -4,8 +4,8 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
COPY rootfs/usr /usr/
55
COPY rootfs/entrypoint.sh /entrypoint.sh
66
ENV PG_MAJOR=15 \
7-
PG_MINOR=3 \
8-
PYTHON_VERSION="3.11"
7+
PG_MINOR=8 \
8+
PYTHON_VERSION="3.12"
99

1010
ENV HOME /data
1111
ENV PGDATA $HOME/$PG_MAJOR

0 commit comments

Comments
 (0)