mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-27 10:18:47 +03:00
Upgrade statement added in order to overcome CVE-2025-59375
This commit is contained in:
parent
0c0da6d91b
commit
ebe877ddc7
@ -1,7 +1,8 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
ENV OPENAPPSEC_NANO_AGENT=TRUE
|
ENV OPENAPPSEC_NANO_AGENT=TRUE
|
||||||
|
RUN apk update
|
||||||
|
RUN apk upgrade --no-cache
|
||||||
RUN apk add --no-cache -u busybox
|
RUN apk add --no-cache -u busybox
|
||||||
RUN apk add --no-cache -u zlib
|
RUN apk add --no-cache -u zlib
|
||||||
RUN apk add --no-cache bash
|
RUN apk add --no-cache bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user