Skip to content

Commit

Permalink
Docker: Make root user the default (prysmaticlabs#4461)
Browse files Browse the repository at this point in the history
* make root user the default
* Merge branch 'master' into root-user
* Merge refs/heads/master into root-user
* Merge refs/heads/master into root-user
  • Loading branch information
prestonvanloon authored and cryptomental committed Feb 24, 2020
1 parent 547bc1f commit 1d0ceb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/BUILD.bazel
Expand Up @@ -48,14 +48,14 @@ container_image(
name = "cc_image",
base = "@cc_image_base//image",
tars = [":passwd_tar"],
user = "nonroot",
user = "root",
visibility = ["//visibility:public"],
)

container_image(
name = "go_image",
base = "@go_image_base//image",
tars = [":passwd_tar"],
user = "nonroot",
user = "root",
visibility = ["//visibility:public"],
)

0 comments on commit 1d0ceb4

Please sign in to comment.