Skip to content

Commit

Permalink
updated to python 3.12
Browse files Browse the repository at this point in the history
Seems to work
  • Loading branch information
DrewThomasson authored Jan 1, 2025
1 parent 913eb55 commit 912bda2
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 @@ -4,7 +4,7 @@
# Build with the command:
# docker build --platform linux/amd64 -t ebook2audiobook .

FROM python:3.10
FROM python:3.12

# Create and switch to a non-root user
RUN useradd -m -u 1000 user
Expand Down

0 comments on commit 912bda2

Please sign in to comment.