Fix multiple CVEs related to libpq

* CVE-2023-5869
* CVE-2023-5868
* CVE-2023-5870
This commit is contained in:
Théophile Diot 2023-11-16 09:08:09 +00:00
parent 7c564e4cb0
commit 10a58377b8
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -78,7 +78,7 @@ COPY --chown=root:scheduler src/bw/misc/country.mmdb /var/tmp/bunkerweb/country.
RUN chmod 770 /var/tmp/bunkerweb/asn.mmdb /var/tmp/bunkerweb/country.mmdb
# Fix CVEs
RUN apk add --no-cache "libcrypto3>=3.1.4-r1" "libssl3>=3.1.4-r1"
RUN apk add --no-cache "libcrypto3>=3.1.4-r1" "libssl3>=3.1.4-r1" "libpq>=15.5-r0"
VOLUME /data /etc/nginx