OWASP / Docker-Security

Getting a handle on container security
https://owasp.org/www-project-docker-top-10/
Other
625 stars 130 forks source link

fix: Lock docker base image (closes #32) #34

Closed PauloASilva closed 3 years ago

PauloASilva commented 3 years ago

Lock docker image to node:12.11.1-slim to avoid issues with deprecated gitbook-cli and gitbook versions.

drwetter commented 3 years ago

Thanks. With the old node slim image it doesn't stop there.

I have currently the problem though that writing the PDF throws an EACCES .

Look into it later

drwetter commented 3 years ago

That was a simple userid problem as the dockersecbuilder has uid 1000.