We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2f4c5 commit 0570250Copy full SHA for 0570250
1 file changed
Containerfile
@@ -1,4 +1,4 @@
1
-ARG base=docker.io/library/postgres:17-bookworm
+ARG base=docker.io/library/postgres:17-trixie
2
FROM $base
3
4
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends postgresql-17-debversion && \
0 commit comments