Skip to content

Commit

Permalink
build(pixel_driller): use python:3.12-slim (#255)
Browse files Browse the repository at this point in the history
Build with `python:3.12-slim` for a smaller image.
  • Loading branch information
eatyourgreens authored Feb 10, 2025
1 parent 2d6f810 commit 5f3da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixel_driller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.12-slim

WORKDIR /code

Expand Down

0 comments on commit 5f3da56

Please sign in to comment.