Skip to content

Commit

Permalink
Fix CVE CVE-2023-7104 and remove old, no longer necessary CVE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Jan 22, 2024
1 parent f6e5b89 commit 03c08fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/autoconf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apk add --no-cache bash && \
chmod 750 cli/main.py helpers/*.sh /usr/bin/bwcli autoconf/main.py deps/python/bin/*

# Fix CVEs
RUN apk add --no-cache "libcrypto3>=3.1.4-r3" "libssl3>=3.1.4-r3"
RUN apk add --no-cache "sqlite-libs>=3.41.2-r3"

VOLUME /data /etc/nginx

Expand Down
2 changes: 1 addition & 1 deletion src/scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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-r3" "libssl3>=3.1.4-r3"
RUN apk add --no-cache "sqlite-libs>=3.41.2-r3"

VOLUME /data /etc/nginx

Expand Down
2 changes: 1 addition & 1 deletion src/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN apk add --no-cache bash && \
ln -s /proc/1/fd/2 /var/log/bunkerweb/ui.log

# Fix CVEs
RUN apk add --no-cache "libcrypto3>=3.1.4-r3" "libssl3>=3.1.4-r3"
RUN apk add --no-cache "sqlite-libs>=3.41.2-r3"

VOLUME /data /etc/nginx

Expand Down

0 comments on commit 03c08fe

Please sign in to comment.