Ran into some errors running docker-compose up -d --build after clearing the build caches:
from database/Dockerfile:
E: Version '3.0.1+dfsg-2.pgdg100+1' for 'postgresql-12-postgis-3' was not found
E: Version '3.0.1+dfsg-2.pgdg100+1' for 'postgresql-12-postgis-3-scripts' was not found
I grabbed a more recent version in this branch which seemed like it resolved the issue, but wasn't sure if there is some other way of keeping this up to date? @alisonag if you have thoughts 😮
Ran into some errors running
docker-compose up -d --build
after clearing the build caches:from
database/Dockerfile:
I grabbed a more recent version in this branch which seemed like it resolved the issue, but wasn't sure if there is some other way of keeping this up to date? @alisonag if you have thoughts 😮