Merge pull request #4 from tubearchivist/testing

Bumping base image version to match main repository
This commit is contained in:
Ainsey11 2022-05-07 17:05:31 +01:00 committed by GitHub
commit c256aad12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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