Skip to content

Commit e0f6ecd

Browse files
committed
chore(database): bump new version
1 parent d18b382 commit e0f6ecd

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
@@ -3,9 +3,9 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
33

44
COPY rootfs/usr /usr/
55
COPY rootfs/entrypoint.sh /entrypoint.sh
6-
ENV PG_MAJOR=15 \
7-
PG_MINOR=8 \
8-
PYTHON_VERSION="3.12" \
6+
ENV PG_MAJOR=17 \
7+
PG_MINOR=6 \
8+
PYTHON_VERSION="3.13" \
99
POSTGRES_EXPORTER_VERSION="0.17.1"
1010

1111
ENV HOME /data

0 commit comments

Comments
 (0)