diff --git a/hkube-health-check/Dockerfile b/hkube-health-check/Dockerfile index 05fe77d..54068ae 100644 --- a/hkube-health-check/Dockerfile +++ b/hkube-health-check/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.12.10 RUN apt update -y && apt install -y jq WORKDIR /app