Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanthoss authored Sep 23, 2022
1 parent 1fb2803 commit d03de17
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
@@ -1,7 +1,7 @@
FROM python:3.10-slim-bullseye

RUN apt-get update && apt-get install -y --no-install-recommends \
curl=7.74.0-1.3+deb11u2 \
curl=7.74.0-1.3+deb11u3 \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt /app/
Expand Down

0 comments on commit d03de17

Please sign in to comment.