Skip to content

Commit

Permalink
chore(deps): bump Ryuk to 0.8.1 (#2648)
Browse files Browse the repository at this point in the history
* fix: update bump-reaper script

* chore: bump ryuk to 0.8.1
  • Loading branch information
mdelapenya committed Jul 16, 2024
1 parent d16750b commit c46039a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7.0"
const ReaperDefaultImage = "testcontainers/ryuk:0.8.1"

var (
tcConfig Config
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump-reaper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function main() {

# This function reads the reaper.go file and extracts the current version.
function extractCurrentVersion() {
cat "${REAPER_FILE}" | grep 'ReaperDefaultImage = ' | cut -d '=' -f 2 | cut -d '"' -f 1
cat "${REAPER_FILE}" | grep 'ReaperDefaultImage = ' | cut -d '=' -f 2
}

main "$@"

0 comments on commit c46039a

Please sign in to comment.