Skip to content

Commit

Permalink
Upgrade to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored May 11, 2024
1 parent b7c1fbb commit f16e8b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python 3.7 with Alpine
FROM balenalib/armv7hf-alpine-python:3.7-3.15
LABEL maintainer="Max Rydahl Andersen <[email protected]>"
# Python 3.11 with Alpine
FROM balenalib/armv7hf-alpine-python:3.11-3.15
LABEL maintainer="Fabian Affolter <[email protected]>"

RUN [ "cross-build-start" ]

Expand Down

0 comments on commit f16e8b5

Please sign in to comment.