Skip to content

Commit

Permalink
Change json docker version to 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Feb 5, 2024
1 parent 295647c commit 0f29f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/json/lib/test-utils.ts
Expand Up @@ -3,7 +3,8 @@ import RedisJSON from '.';

export default new TestUtils({
dockerImageName: 'redislabs/rejson',
dockerImageVersionArgument: 'rejson-version'
dockerImageVersionArgument: 'rejson-version',
defaultDockerVersion: '2.6.9'
});

export const GLOBAL = {
Expand Down

0 comments on commit 0f29f42

Please sign in to comment.