Skip to content

Commit

Permalink
Dockerfile: specify Python version to ensure build success
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored Oct 5, 2023
1 parent 387b4b8 commit 705aa4d
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,4 +1,4 @@
FROM python:3-slim
FROM python:3.11-slim

COPY app /app
RUN python -m pip install /app --extra-index-url https://www.piwheels.org/simple
Expand Down

0 comments on commit 705aa4d

Please sign in to comment.