Merge pull request #1229 from bookwyrm-social/postgres-version

Pin Postgres version number
This commit is contained in:
Mouse Reeve 2021-07-28 09:51:24 -06:00 committed by GitHub
commit 870cf3b60c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM postgres:latest
FROM postgres:13.0
# crontab
RUN mkdir /backups