Skip to content

Commit d468576

Browse files
committed
Use custom docker image
1 parent b806c09 commit d468576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/postgres/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub(super) async fn start_postgres_docker_container(
2929
let port = port.try_into().unwrap_or(15432);
3030

3131
let pg_docker_image = std::env::var("PG_DOCKER_IMAGE")
32-
.unwrap_or_else(|_| format!("{}postgres:latest", container_registry()));
32+
.unwrap_or_else(|_| format!("{}postgres:latest", "public.ecr.aws/docker/library/"));
3333

3434
let running_container = ContainerRunnerBuilder::new(container_name)
3535
.image(pg_docker_image)

0 commit comments

Comments
 (0)