Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
my organization is currently auditing whether any docker images we run are currently using the root user. From dockerhub it looks like this line expands out to `USER :` since the env var names don't match. (see https://hub.docker.com/layers/hashicorp/consul-template/0.29/images/sha256-32f8ffb8db51809d93488527d63f97d267e2a10c0cbe96dfa5cbc408266211ab?context=explore) This would fix this so that your images are run as the user you create earlier in the dockerfile.
- Loading branch information