From 02a42c5a273698aef38e491cb93c674ccab25374 Mon Sep 17 00:00:00 2001 From: Tatiana Kalnitckaia Date: Thu, 20 May 2021 08:12:11 -0700 Subject: [PATCH] Use ECR to download image for integration tests --- src/integration-test/resources/agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integration-test/resources/agent/Dockerfile b/src/integration-test/resources/agent/Dockerfile index 17058dd6..e51138e1 100644 --- a/src/integration-test/resources/agent/Dockerfile +++ b/src/integration-test/resources/agent/Dockerfile @@ -1,5 +1,5 @@ -FROM debian:latest +FROM public.ecr.aws/lts/ubuntu:latest RUN apt-get update && \ apt-get install -y ca-certificates curl && \