1
0
Fork 0

use bullseye in docker image

This commit is contained in:
Massaki Archambault 2024-10-10 00:19:50 -04:00
parent a0b13f2fe7
commit 4f0d37224b
1 changed files with 1 additions and 1 deletions

View File

@ -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