From 7e9ecb376cbb6917f0b3490d4ab6a4718ec34805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:04:59 +0000 Subject: [PATCH] build(deps): bump tideways/daemon in /tideways-daemon Bumps [tideways/daemon](https://github.com/tideways/container-images) from 1.18.0 to 1.18.2. - [Commits](https://github.com/tideways/container-images/commits) --- updated-dependencies: - dependency-name: tideways/daemon dependency-version: 1.18.2 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 2072f215..2a2c62c5 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.18.0 AS tideways-daemon +FROM ghcr.io/tideways/daemon:1.18.2 AS tideways-daemon