diff --git a/readthedocs/builds/constants_docker.py b/readthedocs/builds/constants_docker.py index daad082dd5b..3d8e1bf638a 100644 --- a/readthedocs/builds/constants_docker.py +++ b/readthedocs/builds/constants_docker.py @@ -46,21 +46,23 @@ "nodejs": { "14": "14.20.1", "16": "16.18.1", - "18": "18.16.1", # LTS + "18": "18.16.1", "19": "19.0.1", - "20": "20.3.1", + "20": "20.11.0", # LTS }, "rust": { "1.55": "1.55.0", "1.61": "1.61.0", "1.64": "1.64.0", "1.70": "1.70.0", + "1.75": "1.75.0", }, "golang": { "1.17": "1.17.13", "1.18": "1.18.10", "1.19": "1.19.10", "1.20": "1.20.5", + "1.21": "1.21.6", }, }, }