Spaces:
Running
Running
switched to python 3.12
Browse files- 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.
|
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
|