Update Dockerfile.armhf

This commit is contained in:
Matthias 2021-04-06 07:49:16 +02:00 committed by GitHub
parent 6633752fcb
commit 969d44a952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM --platform=linux/arm/v7 python:3.9.4-slim-buster as base
FROM --platform=linux/arm/v7 python:3.7.10-slim-buster as base
# Setup env
ENV LANG C.UTF-8