mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
upgrade postgres to 15
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
b249e02d53
commit
9065e07a23
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# From https://github.com/docker-library/postgres/blob/master/14/alpine/Dockerfile
|
# From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile
|
||||||
FROM postgres:14.6-alpine
|
FROM postgres:15.1-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache bash openssl shadow netcat-openbsd grep mawk
|
RUN apk add --no-cache bash openssl shadow netcat-openbsd grep mawk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue