Skip to content

Commit 148d67c

Browse files
Merge pull request #3096 from bunkerity/dev
2 parents 00d39ee + 00faa1d commit 148d67c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/all-in-one/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ RUN apk add --no-cache bash curl geoip grep libgcc libgd libmagic libpq libstdc+
163163

164164
# Fix CVEs
165165
RUN apk add --no-cache "busybox>=1.37.0-r14" "busybox-binsh>=1.37.0-r14" "ssl_client>=1.37.0-r14" # CVE-2024-58251 CVE-2025-46394
166+
RUN apk add --no-cache "libpng>=1.6.54-r0" # CVE-2026-22695 CVE-2026-22801
166167

167168
COPY src/deps/requirements.txt /tmp/requirements-deps.txt
168169

src/bw/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN apk add --no-cache openssl pcre2 bash python3 yajl geoip libxml2 libgd curl
7979

8080
# Fix CVEs
8181
RUN apk add --no-cache "busybox>=1.37.0-r14" "busybox-binsh>=1.37.0-r14" "ssl_client>=1.37.0-r14" # CVE-2024-58251 CVE-2025-46394
82+
RUN apk add --no-cache "libpng>=1.6.54-r0" # CVE-2026-22695 CVE-2026-22801
8283

8384
# Copy dependencies
8485
COPY --from=builder --chown=0:101 --chmod=550 /usr/share/bunkerweb /usr/share/bunkerweb

0 commit comments

Comments
 (0)