From 5351e1eabd2e0f05ee5bb571e6330183593cf8fd Mon Sep 17 00:00:00 2001 From: grillazz Date: Thu, 30 Sep 2021 09:13:12 +0200 Subject: [PATCH] bump to python 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79cda6b..3643c48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Pull base image -FROM python:3.9-buster as builder +FROM python:3.10-buster as builder # Set environment variables WORKDIR /pipfiles