From 3d59d967f7f205fbe537023e6ddab9c2a903d4db Mon Sep 17 00:00:00 2001 From: Ainsey11 Date: Sat, 7 May 2022 17:05:01 +0100 Subject: [PATCH] Bumping base image version to match main repository --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 527e099..2c2e52c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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