Skip to content

Commit 963d639

Browse files
committed
Docker: Update library versions caused by dependencies
ESP32-OTA-Pull has depends=ArduinoJson, forces use of latest version
1 parent ab4682e commit 963d639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN arduino-cli lib update-index
6464
RUN arduino-cli core install "esp32:esp32@${CORE_VERSION}"
6565

6666
# Get Known Libraries
67-
RUN arduino-cli lib install ArduinoJson@7.0.4
67+
RUN arduino-cli lib install ArduinoJson@7.4.2
6868
RUN arduino-cli lib install ESP32Time@2.0.0
6969
RUN arduino-cli lib install ESP32_BleSerial@3.0.0
7070
RUN arduino-cli lib install "ESP32-OTA-Pull"@1.0.0

0 commit comments

Comments
 (0)