Skip to content

Commit 32ca199

Browse files
committed
chore(database): bump postgres to 18.0
1 parent 1d6230d commit 32ca199

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
@@ -8,9 +8,9 @@ COPY rootfs/entrypoint.sh /entrypoint.sh
88
ARG PYTHON_VERSION="3.13" \
99
POSTGRES_EXPORTER_VERSION="0.17.1"
1010

11-
ENV HOME /data \
12-
PG_MAJOR=17 \
13-
PG_MINOR=6
11+
ENV HOME=/data \
12+
PG_MAJOR=18 \
13+
PG_MINOR=0
1414
ENV PGDATA $HOME/$PG_MAJOR
1515

1616
RUN install-packages vim gcc \

0 commit comments

Comments
 (0)