diff --git a/Dockerfile b/Dockerfile index e0af92c..352ed0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.6-alpine3.14 +FROM public.ecr.aws/zomato/python:3.9.6-alpine3.14 LABEL authors="nileshbhadana3@gmail.com" LABEL org.opencontainers.image.source https://github.com/nileshbhadana/KeyValueStore LABEL description="A key-value store with cli tool to get or put key-value pair."