Skip to content

Commit

Permalink
armhf image should not be updated to python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored Feb 22, 2021
1 parent d8c7e5c commit 8a62bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8a62bfa

Please sign in to comment.