upgrade postgres to 15

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-23 14:16:03 +01:00
parent b249e02d53
commit 9065e07a23

View file

@ -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