update postgres to 14.2

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-03-01 10:16:32 +01:00
parent 5e0118a3b5
commit 12f1549221

View file

@ -1,5 +1,5 @@
# From https://github.com/docker-library/postgres/blob/master/13/alpine/Dockerfile
FROM postgres:13.6-alpine3.15
FROM postgres:14.2-alpine3.15
RUN apk add --update --no-cache bash openssl shadow netcat-openbsd