From 162c9d557832521d59b8e211cb6fafc7cd872338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:47:04 +0000 Subject: [PATCH] build(deps): bump tideways/daemon in /tideways-daemon Bumps [tideways/daemon](https://github.com/tideways/container-images) from 1.17.0 to 1.17.2. - [Commits](https://github.com/tideways/container-images/commits) --- updated-dependencies: - dependency-name: tideways/daemon dependency-version: 1.17.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 5165afce..df3c3b26 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.0 AS tideways-daemon +FROM ghcr.io/tideways/daemon:1.17.2 AS tideways-daemon