Fix Dockerfile casing warnings and add automated validation #1
dockerfile-validation.yml
on: pull_request
validate-dockerfile
19s
Annotations
3 errors
validate-dockerfile:
Dockerfile#L14
DL3028 warning: Pin versions in gem install. Instead of `gem install <gem>` use `gem install <gem>:<version>`
|
validate-dockerfile:
Dockerfile#L8
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
|
validate-dockerfile:
Dockerfile#L7
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
|