forked from mirrors/bookwyrm
Merge pull request #1229 from bookwyrm-social/postgres-version
Pin Postgres version number
This commit is contained in:
commit
870cf3b60c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM postgres:latest
|
FROM postgres:13.0
|
||||||
|
|
||||||
# crontab
|
# crontab
|
||||||
RUN mkdir /backups
|
RUN mkdir /backups
|
||||||
|
|
Loading…
Reference in a new issue