Skip to content

Commit e600127

Browse files
authored
fix(docker): fix libexpat vulnerability (#9601)
1 parent 770fb9d commit e600127

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
@@ -4,7 +4,7 @@
44

55
FROM nginx:1.25.4-alpine
66

7-
RUN apk add "nodejs"
7+
RUN apk update && apk add "nodejs" && apk add --no-cache "libexpat>=2.6.0-r0"
88

99
LABEL maintainer="char0n"
1010

0 commit comments

Comments
 (0)