drewThomasson commited on
Commit
62d870d
·
verified ·
1 Parent(s): 81ed403

switched to python 3.12

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
4
  # Build with the command:
5
  # docker build --platform linux/amd64 -t ebook2audiobook .
6
 
7
- FROM python:3.10
8
 
9
  # Create and switch to a non-root user
10
  RUN useradd -m -u 1000 user
 
4
  # Build with the command:
5
  # docker build --platform linux/amd64 -t ebook2audiobook .
6
 
7
+ FROM python:3.12
8
 
9
  # Create and switch to a non-root user
10
  RUN useradd -m -u 1000 user