Skip to content

Commit a4fedd4

Browse files
authored
Merge pull request #8539 from readthedocs/humitos/docker-ubuntu-20-image
2 parents c36aaf8 + 69dd702 commit a4fedd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def TEMPLATES(self):
527527
RTD_DOCKER_BUILD_SETTINGS = {
528528
# Mapping of build.os options to docker image.
529529
'os': {
530-
'ubuntu-20.04': f'{DOCKER_DEFAULT_IMAGE}:ubuntu20',
530+
'ubuntu-20.04': f'{DOCKER_DEFAULT_IMAGE}:ubuntu-20.04',
531531
},
532532
# Mapping of build.tools options to specific versions.
533533
'tools': {

0 commit comments

Comments
 (0)