Skip to content

Commit f04edcd

Browse files
authored
Remove fixed dependency (#3615)
The libxml dependency had a CVE that required a manual updatee. The base OS image now has the latest version, so we don't need to manually update it anymore.
1 parent 487dbe6 commit f04edcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/Dockerfile.nginx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ RUN --mount=type=bind,from=nginx-files,src=nginx_signing.rsa.pub,target=/etc/apk
1818

1919
RUN apk add --no-cache bash \
2020
&& mkdir -p /usr/lib/nginx/modules \
21-
# Update packages for CVE-2025-32414 and CVE-2025-32415
22-
&& apk --no-cache upgrade libxml2 \
2321
# forward request and error logs to docker log collector
2422
&& ln -sf /dev/stdout /var/log/nginx/access.log \
2523
&& ln -sf /dev/stderr /var/log/nginx/error.log

0 commit comments

Comments
 (0)