Skip to content

Commit 7e85b0f

Browse files
committed
fix(docker): address CVE-2025-32414/CVE-2025-32415
1 parent 73f7bf9 commit 7e85b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL maintainer="[email protected]" \
88
org.opencontainers.image.licenses="Apache-2.0"
99

1010

11-
RUN apk update && apk add --no-cache "tiff>=4.4.0-r4"
11+
RUN apk add --update-cache --no-cache "libxml2>=2.13.4-r6"
1212

1313
COPY ./build /usr/share/nginx/html
1414

0 commit comments

Comments
 (0)