Skip to content

Commit

Permalink
Merge pull request #37 from uw0s/pyth
Browse files Browse the repository at this point in the history
Bump python version
  • Loading branch information
fl0wxr authored Mar 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8ce32a7 + 9a69537 commit db836a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python
FROM python:3.12-slim
WORKDIR /usr/src/app
COPY pyproject.toml .
RUN python3 -m pip install --upgrade pip && python3 -m pip install .[dev]

0 comments on commit db836a1

Please sign in to comment.