v1.2.14
·
151 commits
to refs/heads/main
since this release
🚀 Enhancements
Set `privileged` to `false` @bschaatsbergen (#104)
what
- When a container is given privileged mode it receives all permissions the host has, it's currently set to
true
but we should set it tofalse
as it doesn't affect the atlantis installation.
why
- Doesn't affect the atlantis installation.
references
- Closes #102