From bf80539868a1d034f4d0ca224f7120c54b73bb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:05:44 +0000 Subject: [PATCH] build(deps): bump tideways/daemon in /tideways-daemon Bumps [tideways/daemon](https://github.com/tideways/container-images) from 1.9.12 to 1.9.16. - [Commits](https://github.com/tideways/container-images/commits) --- updated-dependencies: - dependency-name: tideways/daemon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tideways-daemon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tideways-daemon/Dockerfile b/tideways-daemon/Dockerfile index f035a6c..fe68837 100644 --- a/tideways-daemon/Dockerfile +++ b/tideways-daemon/Dockerfile @@ -1,2 +1,2 @@ # https://support.tideways.com/documentation/setup/installation/docker-with-compose.html -FROM ghcr.io/tideways/daemon:1.9.12 AS tideways-daemon +FROM ghcr.io/tideways/daemon:1.9.16 AS tideways-daemon