Bumping base image version to match main repository

This commit is contained in:
Ainsey11 2022-05-07 17:05:01 +01:00
parent af9d892857
commit 3d59d967f7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim-buster
FROM python:3.10.4-slim-bullseye
WORKDIR /app
COPY tubearchivist-metrics/requirements.txt .
RUN pip3 install -r requirements.txt