Skip to content

Commit d4441c6

Browse files
committed
Only list stable and latest for config v1
1 parent 5406896 commit d4441c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/config-file/v1.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ build.image
113113
```````````
114114

115115
* Default: :djangosetting:`DOCKER_DEFAULT_VERSION`
116-
* Options: ``1.0``, ``2.0``, ``latest``
116+
* Options: ``stable``, ``latest``
117117

118118
The build image to use for specific builds.
119119
This lets users specify a more experimental build image,
@@ -122,8 +122,7 @@ if they want to be on the cutting edge.
122122
Certain Python versions require a certain build image,
123123
as defined here:
124124

125-
* ``1.0``: :buildpyversions:`1.0`
126-
* ``2.0``: :buildpyversions:`2.0`
125+
* ``stable``: :buildpyversions:`stable`
127126
* ``latest``: :buildpyversions:`latest`
128127

129128
.. code-block:: yaml

0 commit comments

Comments
 (0)