File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/testcontainers/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { PortWithOptionalBinding } from "../utils/port";
99
1010export const SSHD_IMAGE = process . env [ "SSHD_CONTAINER_IMAGE" ]
1111 ? ImageName . fromString ( process . env [ "SSHD_CONTAINER_IMAGE" ] ) . string
12- : ImageName . fromString ( "testcontainers/sshd:1.2 .0" ) . string ;
12+ : ImageName . fromString ( "testcontainers/sshd:1.3 .0" ) . string ;
1313
1414class PortForwarder {
1515 constructor (
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Wait } from "../wait-strategies/wait";
88
99export const REAPER_IMAGE = process . env [ "RYUK_CONTAINER_IMAGE" ]
1010 ? ImageName . fromString ( process . env [ "RYUK_CONTAINER_IMAGE" ] ) . string
11- : ImageName . fromString ( "testcontainers/ryuk:0.11 .0" ) . string ;
11+ : ImageName . fromString ( "testcontainers/ryuk:0.12 .0" ) . string ;
1212
1313export interface Reaper {
1414 sessionId : string ;
You can’t perform that action at this time.
0 commit comments