Compare commits

...

1 Commits

Author SHA1 Message Date
Jorijn Schrijvershof
8ebbf84fb2 chore: drop digest from compose image 2026-01-09 08:59:56 +01:00
2 changed files with 10 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ services:
# MeshCore Stats - Data collection and rendering
# ==========================================================================
meshcore-stats:
image: ghcr.io/jorijn/meshcore-stats:0.2.12@sha256:82ca2230abba7d8846315a4fa09f1a2407695caf73fef029e6e6ea83c60c4290 # x-release-please-version
image: ghcr.io/jorijn/meshcore-stats:0.2.12 # x-release-please-version
container_name: meshcore-stats
restart: unless-stopped

View File

@@ -13,6 +13,15 @@
"github-actions"
],
"pinDigests": true
},
{
"matchManagers": [
"docker-compose"
],
"matchPackageNames": [
"ghcr.io/jorijn/meshcore-stats"
],
"pinDigests": false
}
]
}