{{#if this.ui.isFullScreen}}
{{#if this.fromAnalytics}}
From bfe1c42f0c9c37ef299320283c2dfb919c4c186d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 Apr 2026 07:58:01 -0700
Subject: [PATCH 12/12] Update ghost/traffic-analytics Docker tag to v1.0.172
(#27163)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghost/traffic-analytics | patch | `1.0.116` ā `1.0.172` |
---
### Configuration
š
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - Only on Sunday and Saturday ( * * * * 0,6 ), Between 12:00
AM and 12:59 PM, only on Monday ( * 0-12 * * 1 ) in timezone Etc/UTC.
š¦ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
ā» **Rebasing**: Never, or you tick the rebase/retry checkbox.
š **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/TryGhost/Ghost).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
compose.dev.analytics.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compose.dev.analytics.yaml b/compose.dev.analytics.yaml
index cdd99bca4fa..3a9b7308803 100644
--- a/compose.dev.analytics.yaml
+++ b/compose.dev.analytics.yaml
@@ -5,7 +5,7 @@
services:
analytics:
- image: ghost/traffic-analytics:1.0.116
+ image: ghost/traffic-analytics:1.0.172@sha256:14a736594128b06a0f7222d45e29ce284011f7346b17d2d5f0a7de9aa00cd11a
container_name: ghost-dev-analytics
platform: linux/amd64
command: ["node", "--enable-source-maps", "dist/server.js"]