Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-io[bot] authored Mar 2, 2024
1 parent ad384c8 commit 1e0a9ef
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 @@ -8,7 +8,7 @@ COPY ./pyproject.toml ./poetry.lock /tmp/

RUN poetry export -f requirements.txt --output requirements.txt --without-hashes

FROM python:3.10-slim as base
FROM python:3.13.0a4-slim as base

RUN apt-get update -qq \
&& apt-get install -qq --no-install-recommends git \
Expand Down

0 comments on commit 1e0a9ef

Please sign in to comment.