Patched busybox (CVE-2022-48174)

This commit is contained in:
ZKWolf 2023-10-07 17:17:03 +02:00
parent 2fe5f7cca4
commit 369cde8d4c

View File

@ -11,6 +11,8 @@ RUN pip install -r requirements.txt
RUN apk add curl
RUN apk upgrade busybox # CVE-2022-48174
EXPOSE 8080
HEALTHCHECK CMD curl --fail http://localhost:8080/api/v1/healthcheck