From 8a62bfa0e5fc49cd3c9b1b49436c03d9ffbc0abe Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 22 Feb 2021 08:20:45 +0100 Subject: [PATCH] armhf image should not be updated to python3.9 --- Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index f46212332..f938ec457 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,4 +1,4 @@ -FROM --platform=linux/arm/v7 python:3.9.2-slim-buster as base +FROM --platform=linux/arm/v7 python:3.7.9-slim-buster as base # Setup env ENV LANG C.UTF-8