change the base yq image url to ecr image

This commit is contained in:
elangovan.selvaraj 2023-06-15 11:12:59 +05:30
parent 8195ff8b9b
commit d831ffa80f

View File

@ -1,4 +1,4 @@
FROM mikefarah/yq:4
FROM public.ecr.aws/i1i0w6p5/mikefarah/yq:4
COPY entrypoint.sh /entrypoint.sh