armhf image should not be updated to python3.9

pull/4424/head
Matthias 5 years ago committed by GitHub
parent d8c7e5ce8d
commit 8a62bfa0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save