From 9f89fad665c143ee656fd21eb5974c8a88eee12b Mon Sep 17 00:00:00 2001 From: Santiago Fraire Date: Fri, 8 Sep 2023 16:44:04 +0200 Subject: [PATCH] build: bump python version to 3.10 BREAKING CHANGE: --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4998374..f9daacf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.10-alpine RUN set -eux; \ apk add --no-cache \