Added Upgrade ALL

This commit is contained in:
ZKWolf
2023-10-08 20:30:09 +02:00
parent 9d6b9be0a6
commit 5388ac448f

View File

@@ -13,6 +13,8 @@ RUN apk add curl
RUN apk upgrade busybox # CVE-2022-48174
RUN apk upgrade
EXPOSE 8080
HEALTHCHECK CMD curl --fail http://localhost:8080/api/v1/healthcheck