From 66821d90f86f145dd6a6f745c87f48690fe0b770 Mon Sep 17 00:00:00 2001 From: krantideep95 Date: Thu, 5 Aug 2021 15:43:58 +0530 Subject: [PATCH] switch base image to public.ecr.aws/bitnami/golang (#4) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 169ca02..d727b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mirror.gcr.io/library/golang +FROM public.ecr.aws/bitnami/golang RUN apt update; apt install -y make git curl bash jq awscli