Skip to content

Commit 9c68c18

Browse files
authored
Bump ryuk to 0.14 (#1148)
1 parent dc79944 commit 9c68c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Configuration of Testcontainers and its behaviours:
4141
| TESTCONTAINERS_RYUK_PORT | 65515 | Set ryuk host port (not recommended) |
4242
| TESTCONTAINERS_SSHD_PORT | 65515 | Set SSHd host port (not recommended) |
4343
| TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX | mycompany.com/registry | Set default image registry |
44-
| RYUK_CONTAINER_IMAGE | testcontainers/ryuk:0.12.0 | Custom image for ryuk |
44+
| RYUK_CONTAINER_IMAGE | testcontainers/ryuk:0.14.0 | Custom image for ryuk |
4545
| SSHD_CONTAINER_IMAGE | testcontainers/sshd:1.3.0 | Custom image for SSHd |
4646
| TESTCONTAINERS_REUSE_ENABLE | true | Enable reusable containers |
4747
| TESTCONTAINERS_RYUK_VERBOSE | true | Sets RYUK_VERBOSE env var in ryuk container |

packages/testcontainers/src/reaper/reaper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Wait } from "../wait-strategies/wait";
88

99
export const REAPER_IMAGE = process.env["RYUK_CONTAINER_IMAGE"]
1010
? ImageName.fromString(process.env["RYUK_CONTAINER_IMAGE"]).string
11-
: ImageName.fromString("testcontainers/ryuk:0.12.0").string;
11+
: ImageName.fromString("testcontainers/ryuk:0.14.0").string;
1212

1313
export interface Reaper {
1414
sessionId: string;

0 commit comments

Comments
 (0)