chore: use alpine version for python
This commit is contained in:
parent
52d85edd41
commit
8b7f4b087d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.12
|
FROM python:3.12-alpine
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
|
Reference in a new issue