Skip to content

Commit 0064a47

Browse files
committed
Merge branch 'mainnet' into upgrade
2 parents 3fd7763 + 6cacdec commit 0064a47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.0
1+
7.1.0

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66
###############################################################################
77

8-
bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")
8+
bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")

cmd/validator/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ prysm_image_upload(
6060
name = "push_images",
6161
binary = ":validator",
6262
entrypoint = ["/validator"],
63-
repository = "docker.io/stratisevm/prysm-beacon-chain",
63+
repository = "docker.io/stratisevm/prysm-validator",
6464
symlinks = {
6565
# Backwards compatibility for images that depended on the old filepath.
6666
"/app/cmd/validator/validator": "/validator",

0 commit comments

Comments
 (0)