build(docker/database): fix postgres FROM url

This commit is contained in:
Sarah Vaupel 2024-09-22 02:37:55 +02:00
parent 20552032de
commit 599649fb25

View File

@ -1,4 +1,4 @@
FROM postgres:12
FROM docker.io/postgres:12
# Allow for connecting to database without password authentication
ENV POSTGRES_HOST_AUTH_METHOD=trust