Skip to content

Commit

Permalink
Bump the build-containers group in /build/container with 1 update
Browse files Browse the repository at this point in the history
Bumps the build-containers group in /build/container with 1 update: testcontainers/ryuk.

Updates `testcontainers/ryuk` from 0.5.1 to 0.6.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Jan 4, 2024
1 parent 2a6214a commit 06f40b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/container/ryuk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1
FROM docker.io/testcontainers/ryuk:0.6.0
2 changes: 1 addition & 1 deletion build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@
<configuration>
<environmentVariables>
<!-- Just to be sure that we are pulling/using the Ryuk from docker.io -->
<TESTCONTAINERS_RYUK_CONTAINER_IMAGE>docker.io/testcontainers/ryuk:0.5.1</TESTCONTAINERS_RYUK_CONTAINER_IMAGE>
<TESTCONTAINERS_RYUK_CONTAINER_IMAGE>docker.io/testcontainers/ryuk:0.6.0</TESTCONTAINERS_RYUK_CONTAINER_IMAGE>
<!--
Startup checks might want to test whether the images can be pulled (e.g. see `tinyimage.container.image` config property).
To prevent that and speedup the startup a bit the checks are disabled.
Expand Down

0 comments on commit 06f40b9

Please sign in to comment.