Skip to content

Commit

Permalink
chore: fix hadolint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tataranovich committed Dec 13, 2024
1 parent 00a8c04 commit 502acd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN poetry install --no-interaction --no-ansi --only main
FROM python:3.11-alpine

# fix CVE-2024-6345
RUN pip install "setuptools==70.0.0"
RUN pip install --no-cache-dir "setuptools==70.0.0"

ENV DIAL_BASE_URL=''
ENV SOURCES=''
Expand Down

0 comments on commit 502acd2

Please sign in to comment.