Skip to content

Commit c3221cb

Browse files
committed
refactor: Switch to python:3.9-slim image
1 parent eb6e513 commit c3221cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.9-slim
22

33
RUN python -m pip install --upgrade pip
44
RUN pip install pipx

0 commit comments

Comments
 (0)