You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments