diff --git a/Containers/postgresql/Dockerfile b/Containers/postgresql/Dockerfile index ea83de61..d69d63b1 100644 --- a/Containers/postgresql/Dockerfile +++ b/Containers/postgresql/Dockerfile @@ -1,5 +1,5 @@ # From https://github.com/docker-library/postgres/blob/master/13/alpine/Dockerfile -FROM postgres:14.5-alpine +FROM postgres:14.6-alpine RUN apk add --update --no-cache bash openssl shadow netcat-openbsd grep mawk