Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
# If you need more help, visit the Dockerfile reference guide at
|
| 5 |
# https://docs.docker.com/engine/reference/builder/
|
| 6 |
|
| 7 |
-
ARG PYTHON_VERSION=3.
|
| 8 |
FROM python:${PYTHON_VERSION}-slim as base
|
| 9 |
|
| 10 |
# Copy the requirements file into the container.
|
|
|
|
| 4 |
# If you need more help, visit the Dockerfile reference guide at
|
| 5 |
# https://docs.docker.com/engine/reference/builder/
|
| 6 |
|
| 7 |
+
ARG PYTHON_VERSION=3.10
|
| 8 |
FROM python:${PYTHON_VERSION}-slim as base
|
| 9 |
|
| 10 |
# Copy the requirements file into the container.
|