Skip to content

Commit 359914f

Browse files
restore container version -- tests still pass
1 parent 92fed49 commit 359914f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/nats/src/nats-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class NatsContainer extends GenericContainer {
1111
private args = new Set<string>();
1212
private values = new Map<string, string | undefined>();
1313

14-
constructor(image = "nats:2.11.3-alpine") {
14+
constructor(image = "nats:2.8.4-alpine") {
1515
super(image);
1616

1717
this.withUsername("test");

0 commit comments

Comments
 (0)