1
0

maintenance: upgrade to postgres:17.7-trixie in docs and for Testcontainers (#222)

Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: http://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/222
Reviewed-by: Stefan Begerad <stefan.begerad@hostsharing.net>
This commit is contained in:
Michael Hoennig
2026-05-12 10:03:20 +02:00
parent 62307a0764
commit c2ddf90f8c
10 changed files with 61 additions and 26 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# build using:
# docker build -t postgres-with-contrib:15.5-bookworm .
# docker build -t postgres-with-contrib:17.7-trixie .
FROM postgres:15.5-bookworm
FROM postgres:17.7-trixie
RUN apt-get update && \
apt-get install -y postgresql-contrib && \