Commit Graph

3 Commits

Author SHA1 Message Date
Ploc
52b436657f fix: follow hadolint hints
Follow hadolint best practices in order to have a docker build that is as reliable as possible.

- first best practice is to "Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" (see [DL3018](https://github.com/hadolint/hadolint/wiki/DL3018))
- second best practice is to use "`--no-cache` switch to avoid the need to use `--update`"
2021-12-03 16:50:45 +01:00
Ploc
87efb615bb feat: container is able to run as non-root 2021-12-03 16:50:00 +01:00
Arnaud de Mouhy
b65f37293b Dockerized 2019-04-24 10:37:16 +02:00