update to postgres 14
This commit is contained in:
parent
34cd85d718
commit
5103f5b01f
@ -2,7 +2,7 @@ FROM thallian/confd-env:latest
|
||||
|
||||
ENV PGDATA /var/lib/postgresql/data
|
||||
|
||||
RUN apk add --no-cache postgresql postgresql-contrib
|
||||
RUN apk add --no-cache postgresql14 postgresql14-contrib
|
||||
|
||||
RUN mkdir -p /run/postgresql && mkdir -p $PGDATA
|
||||
RUN chown -R postgres /run/postgresql && chown -R postgres $PGDATA
|
||||
|
Loading…
Reference in New Issue
Block a user