Update SSL Configuration #38
Annotations
1 error and 1 warning
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan-pycsw/Dockerfile#L26
Do not refer to an environment variable within the same `ENV` statement where it is defined.
|
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan-pycsw/Dockerfile#L49
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Loading