update postgres to 14.4

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-07-17 18:54:49 +02:00
parent 8021c8119f
commit ac9f86a525

View file

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