Commit 3c067cc
committed
Dockerfile: add the ARG defaulting within the Dockerfile
Add the default value for `GO_VERSION` within the Dockerfile to
fix build checks warnings that come from an empty variable. This
doesn’t break existing behavior; version control is still managed
by the Makefile
```
- InvalidDefaultArgInFrom: Default value for ARG \
golang:${GO_VERSION} results in empty or invalid base image name (line 17)
```
Signed-off-by: Feruzjon Muyassarov <[email protected]>1 parent 4380b20 commit 3c067cc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments