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

This commit is contained in:
Vladimír Gorej
2024-02-15 11:16:05 +01:00
committed by GitHub
parent e60012736b
commit 363b3abbd6

View File

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