From 523ccd510fc91c65ab94c07ec9ad67265d76f644 Mon Sep 17 00:00:00 2001 From: Mehran Kholdi Date: Mon, 1 Jun 2020 12:20:36 +0430 Subject: [PATCH] Use slim base image to reduce the resulting image size --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1989667..ed3c28f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_TAG ARG IMAGE_REPOSITORY -FROM python:3.8-buster +FROM python:3.8.3-slim-buster WORKDIR /app/