From f145314442c7436b4c0da3d88632a2c51ad39c19 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 7 Aug 2024 11:51:04 -0700 Subject: [PATCH] Try using 'slim' Python image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5aa0fa..b999432 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ ifeq ($(image),) endif ifeq ($(input),) - input = docker.io/library/python:3.12 + input = docker.io/library/python:3.12-slim # For one of the four build targets, you need to include the colon here, # and the input tag has to end with $(tag). For "retag" it's different # and is explained below.