fix wrong python version in final image

This commit is contained in:
simon 2022-10-22 23:30:44 +07:00
parent 608403c113
commit dd8597307c
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

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