We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad5b49 commit c5c284fCopy full SHA for c5c284f
Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
21
apt-get clean && rm -rf /var/lib/apt/lists/*
22
23
# Install pio core
24
-RUN uv pip install https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.18.zip
+RUN uv pip install https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
25
26
COPY entrypoint.sh /entrypoint.sh
27
0 commit comments