Merge pull request #428 from eandersson/vscode

Use the same espressif/idf release for github and vscode
This commit is contained in:
Erik Olof Gunnar Andersson 2024-10-27 14:45:48 +01:00 committed by GitHub
commit d47d423e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM espressif/idf
FROM espressif/idf:v5.3.1
ARG DEBIAN_FRONTEND=nointeractive