mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
Build docker images for non-root user (#4320)
* build docker images as non-root user * search and replace mistake * buildifer * Change uid to 1001
This commit is contained in:
committed by
prylabs-bulldozer[bot]
parent
e27bc8312f
commit
ff1fd77425
@@ -25,6 +25,7 @@ go_binary(
|
||||
go_image(
|
||||
name = "image",
|
||||
srcs = ["main.go"],
|
||||
base = "//tools:go_image",
|
||||
goarch = "amd64",
|
||||
goos = "linux",
|
||||
importpath = "github.com/prysmaticlabs/prysm/tools/eth1exporter",
|
||||
|
||||
Reference in New Issue
Block a user