Skip to content

Commit 6ac2505

Browse files
committed
CircleCI: update images to download
I missed to update this file in #189
1 parent e4183c1 commit 6ac2505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# DOCKER_IMAGES full names come from the Docker Hub
2121
name: Download Docker images
2222
command: |
23-
DOCKER_IMAGES="ubuntu-22.04-2022.03.15 ubuntu-20.04-2022.02.16"
23+
DOCKER_IMAGES="ubuntu-22.04-2023.03.09 ubuntu-20.04-2022.02.16"
2424
for docker_image in $DOCKER_IMAGES
2525
do
2626
docker pull readthedocs/build:$docker_image

0 commit comments

Comments
 (0)