pvanand commited on
Commit
fad4376
1 Parent(s): 3b70a6c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
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.