updated oracle version to dev-v2-06-08-22

This commit is contained in:
Conner Gallagher 2022-06-14 11:12:31 -06:00
parent 61204ed2c8
commit 1a46de0cba
5 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
The latest oracle docker image is:
dev-v2-5-28-22a
dev-v2-06-08-22

View File

@ -8,7 +8,7 @@ import fs from "fs";
import path from "path";
import { getIdlAddress, getProgramDataAddress } from "../anchor";
const LATEST_DOCKER_VERSION = "dev-v2-5-28-22a";
const LATEST_DOCKER_VERSION = "dev-v2-06-08-22";
export interface ISwitchboardTestEnvironment {
programId: PublicKey;

View File

@ -1,7 +1,7 @@
version: "3.3"
services:
switchboard:
image: "switchboardlabs/node:${SBV2_ORACLE_VERSION:-dev-v2-5-28-22a}" # https://hub.docker.com/r/switchboardlabs/node/tags
image: "switchboardlabs/node:${SBV2_ORACLE_VERSION:-dev-v2-06-08-22}" # https://hub.docker.com/r/switchboardlabs/node/tags
network_mode: host
restart: always
environment:

View File

@ -25,7 +25,7 @@ import TabItem from "@theme/TabItem";
version: "3.3"
services:
switchboard:
image: "switchboardlabs/node:dev-v2-5-28-22a"
image: "switchboardlabs/node:dev-v2-06-08-22"
network_mode: host
restart: always
environment:
@ -48,7 +48,7 @@ secrets:
version: "3.3"
services:
switchboard:
image: "switchboardlabs/node:dev-v2-5-28-22a
image: "switchboardlabs/node:dev-v2-06-08-22
network_mode: host
restart: always
environment:

View File

@ -62,7 +62,7 @@ Create a docker-compose file, replacing `ORACLE_KEY`, `RPC_URL`, and `PAYER_KEYP
version: "3.3"
services:
oracle:
image: "switchboardlabs/node:dev-v2-5-28-22a"
image: "switchboardlabs/node:dev-v2-06-08-22"
network_mode: host
restart: always
secrets: