From 79bfda0df0a42d87fdd515d22f59382e00114092 Mon Sep 17 00:00:00 2001 From: Kristijan Rebernisak Date: Thu, 23 Dec 2021 13:49:28 +0100 Subject: [PATCH] Update chainlink docker image --- ops/Pulumi.localnet.yaml | 2 +- tests/e2e/solclient/env.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ops/Pulumi.localnet.yaml b/ops/Pulumi.localnet.yaml index ad1180adf..bd0e9ff2e 100644 --- a/ops/Pulumi.localnet.yaml +++ b/ops/Pulumi.localnet.yaml @@ -4,7 +4,7 @@ config: solana-env:CL-COUNT: 4 # not counting bootstrap, minimum 4 solana-env:CL-PORT-START: 6688 # start port to expose lite client port solana-env:CL-P2P_PORT-START: 5050 # start port to expose lite client P2P ports - # solana-env:CL-NODE_VERSION: develop.5deb066ba202f6bc765785781e456e92508890fb # development version can be found at https://gallery.ecr.aws/chainlink/chainlink + # solana-env:CL-NODE_VERSION: develop.242e63a8dc8c9b1b7d5424a81e4ff7eb1461b3c0 # development version can be found at https://gallery.ecr.aws/chainlink/chainlink solana-env:CL-BUILD_LOCALLY: true # (overrides NODE_VERSION) BUILD_CONTEXT and BUILD_DOCKERFILE must be set if this is enabled solana-env:CL-BUILD_CONTEXT: ../../chainlink solana-env:CL-BUILD_DOCKERFILE: ../../chainlink/core/chainlink.Dockerfile diff --git a/tests/e2e/solclient/env.go b/tests/e2e/solclient/env.go index 173dbbe47..202b65b54 100644 --- a/tests/e2e/solclient/env.go +++ b/tests/e2e/solclient/env.go @@ -25,7 +25,7 @@ func NewChainlinkSolOCRv2() *environment.Config { "chainlink": map[string]interface{}{ "image": map[string]interface{}{ "image": "public.ecr.aws/chainlink/chainlink", - "version": "develop.9b77145f0c57da7ecc8c54f6a2d9218dd1721fd5", + "version": "develop.242e63a8dc8c9b1b7d5424a81e4ff7eb1461b3c0", }, }, "env": map[string]interface{}{