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:
@@ -1,4 +1,4 @@
|
||||
FROM postgres:latest
|
||||
FROM postgres:16
|
||||
USER root
|
||||
ENV TZ=Australia/Melbourne
|
||||
RUN truncate -s0 /tmp/preseed.cfg && \
|
||||
|
||||
Reference in New Issue
Block a user