Skip to content

Commit

Permalink
Updated default ryuk image to testcontainers/ryuk:0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Beliaev committed Nov 8, 2021
1 parent cad4370 commit 1f92709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper.go
Expand Up @@ -19,7 +19,7 @@ const (
TestcontainerLabelSessionID = TestcontainerLabel + ".sessionId"
TestcontainerLabelIsReaper = TestcontainerLabel + ".reaper"

ReaperDefaultImage = "quay.io/testcontainers/ryuk:0.2.3"
ReaperDefaultImage = "testcontainers/ryuk:0.3.3"
)

var reaper *Reaper // We would like to create reaper only once
Expand Down

0 comments on commit 1f92709

Please sign in to comment.