Skip to content

Commit

Permalink
Merge pull request #376 from silh/update-default-ryuk-to-0.3.3
Browse files Browse the repository at this point in the history
Updated default ryuk image to testcontainers/ryuk:0.3.3.
  • Loading branch information
gianarb committed Nov 10, 2021
2 parents 3853f11 + 1f92709 commit 4b5710b
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 4b5710b

Please sign in to comment.