We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5406896 commit d4441c6Copy full SHA for d4441c6
docs/config-file/v1.rst
@@ -113,7 +113,7 @@ build.image
113
```````````
114
115
* Default: :djangosetting:`DOCKER_DEFAULT_VERSION`
116
-* Options: ``1.0``, ``2.0``, ``latest``
+* Options: ``stable``, ``latest``
117
118
The build image to use for specific builds.
119
This lets users specify a more experimental build image,
@@ -122,8 +122,7 @@ if they want to be on the cutting edge.
122
Certain Python versions require a certain build image,
123
as defined here:
124
125
-* ``1.0``: :buildpyversions:`1.0`
126
-* ``2.0``: :buildpyversions:`2.0`
+* ``stable``: :buildpyversions:`stable`
127
* ``latest``: :buildpyversions:`latest`
128
129
.. code-block:: yaml
0 commit comments