Commit 6ec97be
committed
Use arduino-cli nightly-latest
This allows arduino-cli to find the latest libraries (e.g. SEMP 1.0.6) when running docker build with "--no-cache-filter deployment".
If I run docker build --no-cache, it works fine and finds SEMP 1.0.6
If I then run docker build --no-cache-filter deployment to re-use the local image, it fails to find SEMP 1.0.6
Using the arduino-cli nightly-latest fixes this1 parent ff9681f commit 6ec97be
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments