Skip to content

Commit 5dde29e

Browse files
authored
Fix/final hardened images (#13)
* fix(monitoring): correct pihole tag typo and verify all other manifests * Add correct tags
1 parent e0fba4c commit 5dde29e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docker/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
cloudflare_ddns:
3-
image: favonia/cloudflare-ddns:1.15.0
3+
image: favonia/cloudflare-ddns:1.15.1
44
container_name: cloudflare_ddns
55
hostname: cloudflare_ddns
66
restart: unless-stopped
@@ -79,7 +79,7 @@ services:
7979
caddy:
8080
container_name: caddy
8181
hostname: caddy
82-
image: ghcr.io/caddybuilds/caddy-cloudflare:2.10.2
82+
image: ghcr.io/caddybuilds/caddy-cloudflare:2.11
8383
restart: unless-stopped
8484
logging:
8585
driver: "json-file"
@@ -118,7 +118,7 @@ services:
118118
start_period: 30s
119119

120120
umami_db:
121-
image: postgres:17-alpine
121+
image: postgres:18-alpine
122122
container_name: umami_db
123123
hostname: umami_db
124124
restart: unless-stopped
@@ -194,7 +194,7 @@ services:
194194
start_period: 30s
195195

196196
grafana:
197-
image: grafana/grafana-oss:12.1.0
197+
image: grafana/grafana-oss:12.3.3
198198
container_name: grafana
199199
hostname: grafana
200200
restart: unless-stopped
@@ -222,7 +222,7 @@ services:
222222
start_period: 30s
223223

224224
rpi_node_exporter:
225-
image: prom/node-exporter:v1.8.2
225+
image: prom/node-exporter:v1.10.2
226226
container_name: rpi_node_exporter
227227
hostname: rpi_node_exporter
228228
restart: unless-stopped
@@ -249,7 +249,7 @@ services:
249249
start_period: 30s
250250

251251
cadvisor:
252-
image: gcr.io/cadvisor/cadvisor:v0.56.2
252+
image: ghcr.io/google/cadvisor/cadvisor:0.56.2
253253
container_name: cadvisor
254254
hostname: cadvisor
255255
restart: unless-stopped
@@ -290,7 +290,7 @@ services:
290290
start_period: 30s
291291

292292
uptime_kuma:
293-
image: louislam/uptime-kuma:2.1.0
293+
image: louislam/uptime-kuma:2.1.3
294294
container_name: uptime_kuma
295295
hostname: uptime_kuma
296296
restart: unless-stopped

0 commit comments

Comments
 (0)