Skip to content

Commit d3a9b88

Browse files
committed
Update CircuitPython to 9.1.0
1 parent ca47122 commit d3a9b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:12-slim as build
2-
ARG VERSION=9.0.5
2+
ARG VERSION=9.1.0
33
ARG VARIANT=container
44
ARG MICROPYPATH=/ciruitpy/lib
55

@@ -32,4 +32,4 @@ USER circuitpy
3232
WORKDIR /circuitpy
3333
# Load libraries from the working directory
3434
ENV MICROPYPATH=$MICROPYPATH
35-
ENTRYPOINT ["/usr/local/bin/micropython"]
35+
ENTRYPOINT ["/usr/local/bin/micropython"]

0 commit comments

Comments
 (0)