From 88fbbcfdcee805ef3d2dfd54f35938a56421353c Mon Sep 17 00:00:00 2001 From: DIGITALCRIMINAL <89371864+DIGITALCRIMINALS@users.noreply.github.com> Date: Sat, 9 Oct 2021 19:01:11 +0100 Subject: [PATCH] Docker Fix https://github.com/DIGITALCRIMINALS/OnlyFans/issues/22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9350ac9..524c430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.10 WORKDIR /usr/src/app