Skip to content

Commit

Permalink
Try using 'slim' Python image
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Aug 7, 2024
1 parent 3a41108 commit f145314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f145314

Please sign in to comment.