remove reference in comments to python3.6

pull/11683/head
H. Shay 2022-01-04 08:57:55 -08:00
parent 878aa55293
commit caf0256e5f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# There is an optional PYTHON_VERSION build argument which sets the
# version of python to build against: for example:
#
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 .
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.7 .
#
ARG PYTHON_VERSION=3.8