We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca47122 commit d3a9b88Copy full SHA for d3a9b88
Dockerfile
@@ -1,5 +1,5 @@
1
FROM debian:12-slim as build
2
-ARG VERSION=9.0.5
+ARG VERSION=9.1.0
3
ARG VARIANT=container
4
ARG MICROPYPATH=/ciruitpy/lib
5
@@ -32,4 +32,4 @@ USER circuitpy
32
WORKDIR /circuitpy
33
# Load libraries from the working directory
34
ENV MICROPYPATH=$MICROPYPATH
35
-ENTRYPOINT ["/usr/local/bin/micropython"]
+ENTRYPOINT ["/usr/local/bin/micropython"]
0 commit comments