mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Patched busybox (CVE-2022-48174)
This commit is contained in:
parent
2fe5f7cca4
commit
369cde8d4c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user