Skip to content

Commit

Permalink
chore: pin besu img (#2572)
Browse files Browse the repository at this point in the history
## Description
Latest besu image runs on root causing our test for `User` override to
fail. This PR pins to an older version of besu where user was not root.

## Is this change user facing?
NO
  • Loading branch information
tedim52 authored Oct 22, 2024
1 parent 32a72d5 commit c2269e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
userOverrideServiceName = "user-override"

starlarkScriptWithUserIdPassed = `
IMAGE = "hyperledger/besu:latest"
IMAGE = "hyperledger/besu:24.3"
def run(plan, args):
no_override = plan.add_service(
name = "` + noOverrideServiceName + `",
Expand Down

0 comments on commit c2269e1

Please sign in to comment.