ARG VERSION=13.3
# pull official base image
FROM postgres:${VERSION}
# run create.sql on init
ADD create.sql /docker-entrypoint-initdb.d