Skip to content

Commit

Permalink
Fixed setuptools vulnerability and upgraded python version (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Kaushal Vora <kaushal.vora@ril.com>
  • Loading branch information
kaushall and Kaushal Vora authored Jul 25, 2024
1 parent 9be5b45 commit 1122a48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/system-health-check/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:3.10-alpine3.19
RUN apk update && apk upgrade && python -m pip install --upgrade pip
FROM python:3.12.4-alpine
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . .
Expand Down

0 comments on commit 1122a48

Please sign in to comment.