mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 16:51:00 +08: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 postgres:14.6-alpine
|
||||
# From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile
|
||||
FROM postgres:15.1-alpine
|
||||
|
||||
RUN apk add --no-cache bash openssl shadow netcat-openbsd grep mawk
|
||||
|
||||
|
|
Loading…
Reference in a new issue