Skip to content

Commit

Permalink
Update chainlink docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
krebernisak committed Dec 23, 2021
1 parent 1a69e7f commit 79bfda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/Pulumi.localnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/solclient/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}{
Expand Down

0 comments on commit 79bfda0

Please sign in to comment.