Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Aug 4, 2024
1 parent 514b44b commit c6e5dca
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ Compositions Found (19):
</a>
</th>
<td align='center'>
<code><sub>2.7.7-a...e</sub></code>
<code><sub>2.7.8-a...e</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -487,11 +487,11 @@ Compositions Found (19):
</a>
</th>
<td align='center'>
<code><sub>2.3.3.4204</sub></code>
<code><sub>2.4.3.4248</sub></code>
<br>
<code><sub>5.6.0.8846</sub></code>
<code><sub>5.8.3.8933</sub></code>
<br>
<code><sub>4.0.6.1805</sub></code>
<code><sub>4.0.8.1874</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -601,7 +601,7 @@ Compositions Found (19):
<td align='center'>
<code><sub>10.11.6</sub></code>
<br>
<code><sub>7.2.5</sub></code>
<code><sub>7.4.0</sub></code>
<br>
<code><sub>20240701...t</sub></code>
<br>
Expand Down Expand Up @@ -691,7 +691,7 @@ Compositions Found (19):
</a>
</th>
<td align='center'>
<code><sub>7.2.5</sub></code>
<code><sub>7.4.0</sub></code>
<br>
<code><sub>0.204.9</sub></code>
</td>
Expand Down Expand Up @@ -865,7 +865,7 @@ Compositions Found (19):
</a>
</th>
<td align='center'>
<code><sub>1.31.1</sub></code>
<code><sub>1.31.2</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down Expand Up @@ -966,7 +966,7 @@ Compositions Found (19):
</a>
</th>
<td align='center'>
<code><sub>2.11.6</sub></code>
<code><sub>2.11.7</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down
2 changes: 1 addition & 1 deletion hass/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
hass:
hostname: hass
image: padhihomelab/hass:2024.7.2_1.34.0
image: padhihomelab/hass:2024.7.4_1.34.0
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion influxdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.4'
services:
influxdb:
hostname: influxdb
image: influxdb:2.7.7-alpine
image: influxdb:2.7.8-alpine
restart: unless-stopped

security_opt:
Expand Down
6 changes: 3 additions & 3 deletions monitarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
lidarr:
hostname: lidarr
image: padhihomelab/lidarr:2.3.3.4204
image: padhihomelab/lidarr:2.4.3.4248
restart: unless-stopped

security_opt:
Expand All @@ -27,7 +27,7 @@ services:

radarr:
hostname: radarr
image: padhihomelab/radarr:5.6.0.8846
image: padhihomelab/radarr:5.8.3.8933
restart: unless-stopped

security_opt:
Expand All @@ -47,7 +47,7 @@ services:

sonarr:
hostname: sonarr
image: padhihomelab/sonarr:4.0.6.1805
image: padhihomelab/sonarr:4.0.8.1874
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

redis:
hostname: redis
image: redis:7.2.5
image: redis:7.4.0
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion nocodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
redis:
hostname: redis
image: redis:7.2.5
image: redis:7.4.0
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion telegraf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
telegraf:
hostname: telegraf
image: telegraf:1.31.1
image: telegraf:1.31.2
restart: unless-stopped

security_opt:
Expand Down
2 changes: 1 addition & 1 deletion traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:
services:
traefik:
hostname: traefik
image: traefik:v2.11.6
image: traefik:v2.11.7
restart: unless-stopped

security_opt:
Expand Down

0 comments on commit c6e5dca

Please sign in to comment.