Skip to content

Commit

Permalink
upgrade setuptools to counter CVE-2024-6345
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Nov 13, 2024
1 parent 9c8322f commit 35614a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ RUN make compilemessages
# The runtime image, used to just run the code provided its virtual environment
FROM ${ecr_path}${python_version}-${alpine_version} AS runtime

# Workaround for CVE-2024-6345 upgrade the installed version of setuptools to the latest version
RUN pip install -U setuptools

# Install dependencies for the runtime image
RUN apk add --no-cache bash make netcat-openbsd

Expand Down

0 comments on commit 35614a6

Please sign in to comment.