Skip to content

Commit 1c83020

Browse files
committed
fix: uses a slim bookworm docker image
1 parent 9a2ea06 commit 1c83020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 python:3.10.12-bookworm
1+
FROM --platform=linux/amd64 python:3.10.12-slim-bookworm
22

33
WORKDIR /app
44
COPY requirements.txt .

0 commit comments

Comments
 (0)