Skip to content

Commit

Permalink
upgrade libexpat to fix CVE-2024-45490,CVE-2024-45491,CVE-2024-45492
Browse files Browse the repository at this point in the history
  • Loading branch information
voron committed Sep 6, 2024
1 parent 84aaec7 commit bfde61a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Globals and input args
FROM python:3.12.5-alpine3.20
WORKDIR /app

# CVE-2024-45490, CVE-2024-45491, CVE-2024-45492
RUN apk --no-cache upgrade libexpat
# Prepare our app requirements and install it...
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt && \
Expand Down

0 comments on commit bfde61a

Please sign in to comment.