updated latest docker image to dev-v2-07-11-22

This commit is contained in:
Conner Gallagher 2022-07-12 10:11:22 -06:00
parent dbee56825e
commit 11534c5296
5 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
The latest oracle docker image is:
dev-v2-06-08-22
dev-v2-07-11-22

View File

@ -7,7 +7,7 @@ import fs from "fs";
import path from "path";
import { getIdlAddress, getProgramDataAddress } from "../anchor.js";
const LATEST_DOCKER_VERSION = "dev-v2-06-08-22";
const LATEST_DOCKER_VERSION = "dev-v2-07-11-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-06-08-22}" # https://hub.docker.com/r/switchboardlabs/node/tags
image: "switchboardlabs/node:${SBV2_ORACLE_VERSION:-dev-v2-07-11-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-06-08-22"
image: "switchboardlabs/node:dev-v2-07-11-22"
network_mode: host
restart: always
environment:
@ -48,7 +48,7 @@ secrets:
version: "3.3"
services:
switchboard:
image: "switchboardlabs/node:dev-v2-06-08-22
image: "switchboardlabs/node:dev-v2-07-11-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-06-08-22"
image: "switchboardlabs/node:dev-v2-07-11-22"
network_mode: host
restart: always
secrets: