Skip to content

Commit c32580c

Browse files
authored
Merge pull request #80 from kalnitsk/use-ecr-for-integration-tests
Use ECR to download image for integration tests
2 parents 59b2507 + 02a42c5 commit c32580c

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)