Skip to content

Commit 69dd702

Browse files
committed
Docker: use the correct image tag
We changed this from `ubuntu20` to `ubuntu-20.04` and there was a missing change here.
1 parent f0da2a4 commit 69dd702

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)