Skip to content

Commit

Permalink
Merge pull request #11 from grostim/dependabot/docker/python-3.12.3-b…
Browse files Browse the repository at this point in the history
…ullseye
  • Loading branch information
dependabot[bot] authored May 22, 2024
2 parents cd7d2b6 + 4c86895 commit 24fc224
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 @@ -53,7 +53,7 @@ RUN find /app -name __pycache__ -exec rm -rf -v {} +
#Distroless is too limited for my use.
#FROM gcr.io/distroless/python3-debian11
# I use Python
FROM python:3.9.18-bullseye
FROM python:3.12.3-bullseye
COPY --from=build_env /app /app
RUN apt-get update
RUN apt-get install -y git nano poppler-utils wget
Expand Down

0 comments on commit 24fc224

Please sign in to comment.