Skip to content

Commit

Permalink
Switch to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Oct 30, 2024
1 parent c6dc78a commit 51b2ecd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13-slim
FROM python:3.12-slim

RUN /usr/sbin/useradd --create-home --shell /bin/bash --user-group python

Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
pip-compile:
entrypoint:
- /home/python/venv/bin/pip-compile
image: ghcr.io/williamjacksn/pip-tools:py3.13
image: ghcr.io/williamjacksn/pip-tools:py3.12
init: true
volumes:
- ./:/home/python/podcast-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
Expand Down

0 comments on commit 51b2ecd

Please sign in to comment.