diff --git a/Dockerfile b/Dockerfile index ba82951..0276f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV ARDUINO_CLI_VERSION=0.35.3 \ SENSEBOXCORE_VERSION=2.0.0 \ ARDUINO_SAMD_VERSION=1.8.13 \ ARDUINO_AVR_VERSION=1.8.5 \ - ESP32_VERSION=2.0.15 \ + ESP32_VERSION=2.0.16 \ SENSEBOXCORE_URL=https://raw.githubusercontent.com/mariopesch/senseBoxMCU-core/master/package_sensebox_index.json \ ESP32CORE_URL=https://espressif.github.io/arduino-esp32/package_esp32_index.json \ SSD1306_PLOT_LIBRARY_URL=https://github.com/sensebox/SSD1306-Plot-Library/archive/refs/tags/v1.0.0.zip \