diff --git a/postgres/Dockerfile b/postgres/Dockerfile index ecc1225..3820720 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -1,5 +1,5 @@ ARG POSTGRES_VERSION -FROM pgsql:${POSTGRES_VERSION} +FROM postgres:${POSTGRES_VERSION} COPY docker-entrypoint-initdb.d/uuid-ossp-extension.sql /docker-entrypoint-init.d/uuid-ossp-extension.sql