Update rules docker to v0.25.0 (#12054)

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
Preston Van Loon
2023-02-27 17:46:10 -06:00
committed by GitHub
parent e92b546a36
commit c391fad258
4 changed files with 2 additions and 6 deletions

View File

@@ -58,7 +58,6 @@ go_image(
container_image(
name = "image_with_creation_time",
base = "image",
stamp = True,
tags = ["manual"],
visibility = ["//beacon-chain:__pkg__"],
)

View File

@@ -38,7 +38,6 @@ go_image(
container_image(
name = "image_with_creation_time",
base = "image",
stamp = True,
tags = ["manual"],
visibility = ["//cmd/prysmctl:__pkg__"],
)

View File

@@ -53,7 +53,6 @@ go_image(
container_image(
name = "image_with_creation_time",
base = "image",
stamp = True,
tags = ["manual"],
visibility = ["//validator:__pkg__"],
)