push to 16

This commit is contained in:
Sebastian Hugentobler 2024-03-28 14:54:29 +01:00
parent 608134bef2
commit c81d3cd7b9
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,10 +1,10 @@
FROM docker.io/thallian/confd-env:3.18-3.1.5.0
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
ENV PGDATA=/var/lib/postgresql/data
RUN apk add --no-cache \
postgresql14 \
postgresql14-contrib
postgresql16 \
postgresql16-contrib
RUN mkdir -p /run/postgresql && mkdir -p $PGDATA
RUN chown -R postgres /run/postgresql && chown -R postgres $PGDATA