Skip to content

Commit c5c284f

Browse files
authored
Update PlatformIO core version in Dockerfile
1 parent 1ad5b49 commit c5c284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
apt-get clean && rm -rf /var/lib/apt/lists/*
2222

2323
# Install pio core
24-
RUN uv pip install https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.18.zip
24+
RUN uv pip install https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
2525

2626
COPY entrypoint.sh /entrypoint.sh
2727

0 commit comments

Comments
 (0)