summaryrefslogtreecommitdiff
path: root/Dockerfile-docs
diff options
context:
space:
mode:
authorMilas Bowman <milas.bowman@docker.com>2022-07-27 14:44:36 -0400
committerGitHub <noreply@github.com>2022-07-27 14:44:36 -0400
commitda62a2883715e15f8b83ab0e9a073b3655a2d456 (patch)
tree0a00a5d76805233e46f9f687ab3b12dba9a53c0b /Dockerfile-docs
parent0ee9f260e48992d04d72c7bb8e4819f6b6a64717 (diff)
downloaddocker-py-da62a2883715e15f8b83ab0e9a073b3655a2d456.tar.gz
deps: test on Python 3.10 by default (#3010)
* Upgrade to latest Sphinx / recommonmark * Small CSS fix for issue in new version of Alabaster theme * Fix `Makefile` target for macOS Signed-off-by: Milas Bowman <milas.bowman@docker.com>
Diffstat (limited to 'Dockerfile-docs')
-rw-r--r--Dockerfile-docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-docs b/Dockerfile-docs
index 9d11312..98901df 100644
--- a/Dockerfile-docs
+++ b/Dockerfile-docs
@@ -1,4 +1,4 @@
-ARG PYTHON_VERSION=3.7
+ARG PYTHON_VERSION=3.10
FROM python:${PYTHON_VERSION}