From aa55e304bbf8e40b8ea42420b037adc58162fc01 Mon Sep 17 00:00:00 2001 From: rjv31 Date: Thu, 4 Dec 2025 12:47:11 +0000 Subject: [PATCH] fix: use pre-built image instead of building from Dockerfile --- .ci/docker-compose-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker-compose-ci.yml b/.ci/docker-compose-ci.yml index 0b551375a1..1f6583d92f 100644 --- a/.ci/docker-compose-ci.yml +++ b/.ci/docker-compose-ci.yml @@ -34,7 +34,7 @@ services: # target: dev # args: # PYTHON_VERSION: "${PYTHON_VERSION}" - image: edxops/discovery-dev:latest + image: edxops/course-discovery-dev:latest # Uncomment the next two lines to build from a local configuration repo # build: ../configuration/docker/build/discovery/