mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-01-16 13:50:12 +00:00
fix wrong python version in final image
This commit is contained in:
parent
608403c113
commit
dd8597307c
@ -14,7 +14,7 @@ COPY ./tubearchivist/requirements.txt /requirements.txt
|
||||
RUN pip install --user -r requirements.txt
|
||||
|
||||
# build final image
|
||||
FROM python:3.10.7-slim-bullseye as tubearchivist
|
||||
FROM python:3.10.8-slim-bullseye as tubearchivist
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ARG INSTALL_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user