Skip to content

Commit

Permalink
fix: src/filman_crawler/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 13, 2024
1 parent 49b01e8 commit cca3d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filman_crawler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# CMD [ "python3", "-m", "filman_crawler.main"]

FROM python:3.11-slim-bullseye
FROM python:3.12.7-slim-bullseye
RUN apt update
RUN apt install -y pkg-config default-libmysqlclient-dev build-essential
WORKDIR /src
Expand Down

0 comments on commit cca3d86

Please sign in to comment.