Skip to content

Commit

Permalink
chore: podman 4.9.2. op-node, op-geth, nitro bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Feb 7, 2024
1 parent 0835996 commit 9956548
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/nitro/nitro-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"execution": {
"executionTypes": ["docker"],
"defaultExecutionType": "docker",
"imageName": "docker.io/offchainlabs/nitro-node:v2.2.2-8f33fea",
"imageName": "docker.io/offchainlabs/nitro-node:v2.2.3-17468a8",
"input": {
"defaultConfig": {
"ethMainnetRpcUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/op-geth/op-geth-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"forcedRawNodeInput": "--http.addr 0.0.0.0 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.ethereum/jwtsecret --ipcdisable"
}
},
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101304.1"
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101305.3"
},
"category": "L2/ExecutionClient",
"rpcTranslation": "eth-l2",
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/op-node/op-node-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"forcedRawNodeInput": "op-node --rpc.addr 0.0.0.0 --l2.jwt-secret /root/.ethereum/jwtsecret"
}
},
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.5.0"
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.5.1-rc.1"
},
"category": "L2/ConsensusClient",
"rpcTranslation": "eth-l2-consensus",
Expand Down
2 changes: 1 addition & 1 deletion src/main/podman/install/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import installOnWindows from './installOnWindows';
import installOnLinux from './installOnLinux';
import { runCommand } from '../podman';

export const PODMAN_LATEST_VERSION = '4.9.1';
export const PODMAN_LATEST_VERSION = '4.9.2';
export const PODMAN_MIN_VERSION = '4.5.0';

// eslint-disable-next-line
Expand Down

0 comments on commit 9956548

Please sign in to comment.