From e60a294e1616eed5858ddfd8a5c4b670d31b37a3 Mon Sep 17 00:00:00 2001 From: David Sanchez Date: Wed, 17 Feb 2021 19:42:14 -0300 Subject: [PATCH] shifted Dockerfile amazonlinux2 base from DockerHub to ECR Public Gallery --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f0159766..04cb6646e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2 +FROM public.ecr.aws/amazonlinux/amazonlinux:2 # Install dependencies RUN yum install -y \