1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-23 10:44:06 +00:00

Pin Postgres version number

Fixes  (maybe?)
This commit is contained in:
Mouse Reeve 2021-07-27 16:33:11 -07:00
parent c0fc0431e7
commit 375385ea6c

View file

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