Skip to content

Commit

Permalink
chore: update ryuk to 0.10.2 (#2833)
Browse files Browse the repository at this point in the history
Update the ryuk version so that shutdown processing is fast after a TERM
signal.
  • Loading branch information
stevenh authored Oct 18, 2024
1 parent 27f699b commit 56bb501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/magiconair/properties"
)

const ReaperDefaultImage = "testcontainers/ryuk:0.10.0"
const ReaperDefaultImage = "testcontainers/ryuk:0.10.2"

var (
tcConfig Config
Expand Down

0 comments on commit 56bb501

Please sign in to comment.