From 7cae34e2c150c83a24dec4b26ddcfbe7e56978ae Mon Sep 17 00:00:00 2001 From: Chirstophe Mehay Date: Fri, 24 Dec 2021 00:16:59 +0100 Subject: [PATCH] Update python to 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74ec698..870dc2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.9-alpine # if omitted, the versions are determined from the git tags ARG tor_version