Skip to content

Commit 02a42c5

Browse files
committed
Use ECR to download image for integration tests
1 parent 59b2507 commit 02a42c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-test/resources/agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM debian:latest
2+
FROM public.ecr.aws/lts/ubuntu:latest
33

44
RUN apt-get update && \
55
apt-get install -y ca-certificates curl && \

0 commit comments

Comments
 (0)