Skip to content

Commit ed0e21f

Browse files
fix: update vulnerable libxml2 to 2.13.9-r0 (#5591)
1 parent 011fb19 commit ed0e21f

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 add --update-cache --no-cache "libxml2>=2.13.4-r6"
11+
RUN apk add --update-cache --no-cache "libxml2>=2.13.9-r0"
1212

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

0 commit comments

Comments
 (0)