We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd0727 commit f0b78f3Copy full SHA for f0b78f3
arduino/Dockerfile
@@ -21,6 +21,6 @@ RUN \
21
22
RUN \
23
if [ "$URL" != "" ] ; then export URL_FINAL="--additional-urls ${URL}" ; else export URL_FINAL="" ; fi \
24
- && if [ "$VERSION" != "" ] ; then export CORE_FINAL="${CORE}@${VERSION}" ; else export CORE_FINAL="${CORE}" ; fi \
+ && if [ "$VERSION" != "latest" ] ; then export CORE_FINAL="${CORE}@${VERSION}" ; else export CORE_FINAL="${CORE}" ; fi \
25
&& arduino-cli core update-index ${URL_FINAL} \
26
&& arduino-cli core install ${CORE_FINAL} ${URL_FINAL}
0 commit comments