Skip to content

Commit

Permalink
Merge pull request #80 from kalnitsk/use-ecr-for-integration-tests
Browse files Browse the repository at this point in the history
Use ECR to download image for integration tests
  • Loading branch information
kalnitsk committed May 20, 2021
2 parents 59b2507 + 02a42c5 commit c32580c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration-test/resources/agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit c32580c

Please sign in to comment.