Bump version to 1.19
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2023-01-27 15:39:33 +02:00
parent 2824b20d7d
commit c98466faa2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM larsks/esp-open-sdk
RUN yum install -y libffi-devel
RUN git clone --depth 1 -b v1.18 https://github.com/micropython/micropython.git /src
RUN git clone --depth 1 -b v1.19 https://github.com/micropython/micropython.git /src
WORKDIR /src/mpy-cross
RUN make
WORKDIR /src/ports/esp8266