Skip to content

Commit

Permalink
Update postgres-docker base image version
Browse files Browse the repository at this point in the history
This is necessary to avoid container build failure. See
<bookwyrm-social#3439 (comment)>.
  • Loading branch information
lo48576 committed Oct 15, 2024
1 parent f4cf838 commit fbaf910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:13.0
FROM postgres:13.16

# crontab
RUN mkdir /backups
Expand Down

0 comments on commit fbaf910

Please sign in to comment.