Skip to content

Commit

Permalink
Merge pull request #166 from stephengtuggy/stephengtuggy-patch-1
Browse files Browse the repository at this point in the history
Dockerfile: Try a different version of python base image
  • Loading branch information
stephengtuggy authored Jun 30, 2024
2 parents 95616fc + b2b8d3d commit 581502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bookworm
FROM python:3.12.4-slim-bookworm

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 581502a

Please sign in to comment.