From 1320a910aad84c6cf24ef5c659097ce3533e2e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:26:02 +0000 Subject: [PATCH] Bump testcontainers/ryuk Bumps the build-containers group in /build/container with 1 update: testcontainers/ryuk. Updates `testcontainers/ryuk` from 0.10.2 to 0.11.0 --- updated-dependencies: - dependency-name: testcontainers/ryuk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-containers ... Signed-off-by: dependabot[bot] --- build/container/ryuk.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/container/ryuk.Dockerfile b/build/container/ryuk.Dockerfile index 952b9405242..888f970ffbb 100644 --- a/build/container/ryuk.Dockerfile +++ b/build/container/ryuk.Dockerfile @@ -4,4 +4,4 @@ # IMPORTANT! When updating the version for Ryuk in this Dockerfile, # make sure to update `TESTCONTAINERS_RYUK_CONTAINER_IMAGE` env variable set as part of maven-failsafe-plugin configuration. # -FROM docker.io/testcontainers/ryuk:0.10.2 \ No newline at end of file +FROM docker.io/testcontainers/ryuk:0.11.0 \ No newline at end of file