Skip to content

Commit c7c0dbb

Browse files
committed
fix: update snp image in tests
1 parent 287f572 commit c7c0dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/snp/jest-global-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default async function setup(): Promise<void> {
223223
console.log(`Using REDIS_STREAM_KEY_PREFIX: ${process.env.SNP_REDIS_STREAM_KEY_PREFIX}`);
224224
const snpContainer = await startContainer({
225225
docker,
226-
image: 'hirosystems/salt-n-pepper:1.1.1',
226+
image: 'hirosystems/salt-n-pepper:1.1.2',
227227
ports: [{ container: snpObserverPort, host: snpHostPort }],
228228
env: [
229229
`OBSERVER_HOST=0.0.0.0`,

0 commit comments

Comments
 (0)