Thanks to visit codestin.com Credit goes to github.com
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 fcffa42 commit d5eb208Copy full SHA for d5eb208
arduino/Dockerfile
@@ -2,7 +2,7 @@ ARG BASE_IMAGE="arduino:base"
2
ARG URL
3
ARG CORE=arduino:avr
4
5
-FROM {BASE_IMAGE}
+FROM ${BASE_IMAGE}
6
7
# OS dependencies and packages
8
0 commit comments