hard-locking postgres version as postgres cant just be updated without it breaking the db, so need to do this by hand when a new version comes out

This commit is contained in:
2023-09-18 22:28:04 +10:00
parent 4f67cb30d9
commit 91877ded3a

View File

@@ -1,4 +1,4 @@
FROM postgres:latest FROM postgres:16
USER root USER root
ENV TZ=Australia/Melbourne ENV TZ=Australia/Melbourne
RUN truncate -s0 /tmp/preseed.cfg && \ RUN truncate -s0 /tmp/preseed.cfg && \