We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ab1a1 commit 5cf3193Copy full SHA for 5cf3193
toolset/databases/postgres/postgres.dockerfile
@@ -1,9 +1,7 @@
1
-FROM postgres:17-bookworm
+FROM postgres:18-trixie
2
3
ENV PGDATA=/ssd/postgresql \
4
POSTGRES_DB=hello_world \
5
- POSTGRES_HOST_AUTH_METHOD=md5 \
6
- POSTGRES_INITDB_ARGS=--auth-host=md5 \
7
POSTGRES_PASSWORD=benchmarkdbpass \
8
POSTGRES_USER=benchmarkdbuser
9
0 commit comments