use bullseye in docker image
This commit is contained in:
parent
a0b13f2fe7
commit
4f0d37224b
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10
|
||||
FROM python:3.10-bullseye
|
||||
COPY . /tmp/package
|
||||
RUN pip install --no-cache-dir /tmp/package && \
|
||||
rm -r /tmp/package
|
||||
|
|
Loading…
Reference in New Issue