We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287f572 commit c7c0dbbCopy full SHA for c7c0dbb
tests/snp/jest-global-setup.ts
@@ -223,7 +223,7 @@ export default async function setup(): Promise<void> {
223
console.log(`Using REDIS_STREAM_KEY_PREFIX: ${process.env.SNP_REDIS_STREAM_KEY_PREFIX}`);
224
const snpContainer = await startContainer({
225
docker,
226
- image: 'hirosystems/salt-n-pepper:1.1.1',
+ image: 'hirosystems/salt-n-pepper:1.1.2',
227
ports: [{ container: snpObserverPort, host: snpHostPort }],
228
env: [
229
`OBSERVER_HOST=0.0.0.0`,
0 commit comments