Skip to content

Commit 155280a

Browse files
committed
Fix Postgresql Docker image breaking change
See docker-library/postgres#658
1 parent 3f7b338 commit 155280a

File tree

1 file changed

+1
-1
lines changed
  • test/src/test/resources/docker/postgresql

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM debezium/postgres:12
22
COPY init.sql /docker-entrypoint-initdb.d/
3-
3+
ENV POSTGRES_HOST_AUTH_METHOD "trust"
44
USER postgres

0 commit comments

Comments
 (0)