Fix CVE CVE-2023-22490 and CVE-2023-23946

This commit is contained in:
Théophile Diot 2023-02-15 15:26:52 +01:00
parent c671ccf7a2
commit 9358057211
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ RUN apk add --no-cache pcre bash python3 && \
chmod 660 /usr/share/bunkerweb/INTEGRATION
# Fix CVEs
RUN apk add "openssl>=1.1.1q-r0" "curl>=7.83.1-r5" "git>=2.36.4-r0" "libcurl>=7.83.1-r5"
RUN apk add "openssl>=1.1.1q-r0" "curl>=7.83.1-r5" "git>=2.36.4-r0" "libcurl>=7.83.1-r5" "git>=2.36.5-r0"
VOLUME /data /etc/nginx

View File

@ -64,7 +64,7 @@ RUN apk add --no-cache bash libgcc libstdc++ openssl && \
chmod 660 /usr/share/bunkerweb/INTEGRATION
# Fix CVEs
RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "git>=2.32.3-r0" "libxml2>=2.9.14-r1" "expat>=2.5.0-r0"
RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "git>=2.32.3-r0" "libxml2>=2.9.14-r1" "expat>=2.5.0-r0" "git>=2.36.5-r0"
VOLUME /data /etc/nginx