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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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