Skip to content

Commit bc7b3be

Browse files
authored
Fix: Wrong docker tag in dev container (#578)
* Add ~default vscode and devcontainer configs * Update Docker tag to release-v5.5
1 parent 35428fb commit bc7b3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_TAG=release-v5.5.1
1+
ARG DOCKER_TAG=release-v5.5
22
FROM espressif/idf:${DOCKER_TAG}
33

44
ENV LC_ALL=C.UTF-8
@@ -10,4 +10,4 @@ RUN echo "source /opt/esp/idf/export.sh > /dev/null 2>&1" >> ~/.bashrc
1010

1111
ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]
1212

13-
CMD ["/bin/bash", "-c"]
13+
CMD ["/bin/bash", "-c"]

0 commit comments

Comments
 (0)