From c153976b1fc51f92054eea4db5d2393998ddbffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:05:00 +0000 Subject: [PATCH] build(deps): bump tideways/daemon in /tideways-daemon Bumps [tideways/daemon](https://github.com/tideways/container-images) from 1.17.6 to 1.18.0. - [Commits](https://github.com/tideways/container-images/commits) --- updated-dependencies: - dependency-name: tideways/daemon dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d2db20e0..2072f215 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.17.6 AS tideways-daemon +FROM ghcr.io/tideways/daemon:1.18.0 AS tideways-daemon