fix(docker): fix libexpat vulnerability (#9601)

This commit is contained in:
Vladimír Gorej
2024-02-15 10:59:34 +01:00
committed by GitHub
parent 770fb9d2ad
commit e60012736b

View File

@@ -4,7 +4,7 @@
FROM nginx:1.25.4-alpine
RUN apk add "nodejs"
RUN apk update && apk add "nodejs" && apk add --no-cache "libexpat>=2.6.0-r0"
LABEL maintainer="char0n"