armhf image should not be updated to python3.9

This commit is contained in:
Matthias
2021-02-22 08:20:45 +01:00
committed by GitHub
parent d8c7e5ce8d
commit 8a62bfa0e5

View File

@@ -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