Provide fix in postgresql container for CVE-2021-23240, CVE-2021-3156, CVE-2021-23239

master
Nils Vogels 4 years ago
parent 581a7fceaf
commit 6c4fa5432f

@ -3,6 +3,7 @@ FROM $DISTRO
# python3 shared with most images
RUN apk add --no-cache \
python3 py3-pip bash py3-multidict \
&& apk add --upgrade sudo \
&& pip3 install --upgrade pip
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube

Loading…
Cancel
Save