Skip to content

Commit

Permalink
chore: update ryuk to 0.10.2
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 committed Oct 18, 2024
1 parent 00e7002 commit 662e5fd
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 662e5fd

Please sign in to comment.