Skip to content

Commit

Permalink
Update testcontainers/ryuk version to 0.3.4 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Oct 13, 2022
1 parent 0865bea commit 9860647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
TestcontainerLabelSessionID = TestcontainerLabel + ".sessionId"
TestcontainerLabelIsReaper = TestcontainerLabel + ".reaper"

ReaperDefaultImage = "docker.io/testcontainers/ryuk:0.3.3"
ReaperDefaultImage = "docker.io/testcontainers/ryuk:0.3.4"
)

type reaperContextKey string
Expand Down

0 comments on commit 9860647

Please sign in to comment.