diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 638b0db..0443b1b 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:12 +FROM postgres:17 COPY postgres/setup.sh /docker-entrypoint-initdb.d/setup.sh COPY postgres/schema.sql / COPY postgres/buscribe.sql /