Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Apps image tags into most recent minor versions #194

Merged
merged 10 commits into from
Jun 30, 2023
2 changes: 1 addition & 1 deletion Apps/AdGuardHome/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: adguard-home
services:
adguard-home:
image: adguard/adguardhome:v0.107.31
image: adguard/adguardhome:v0.107.32
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Alist/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: alist
services:
alist:
image: xhofe/alist:v3.18.0
image: xhofe/alist:v3.19.0
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Bazarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/bazarr:1.2.1
image: linuxserver/bazarr:1.2.2
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Grafana/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: grafana
services:
grafana:
image: grafana/grafana:8.5.26
image: grafana/grafana:8.5.27
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/HomeAssistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: linuxserver/homeassistant:2023.6.1
image: linuxserver/homeassistant:2023.6.3
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: lscr.io/linuxserver/jackett:0.21.186
image: lscr.io/linuxserver/jackett:0.21.341
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/MariaDB/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: MariaDB
services:
app:
image: linuxserver/mariadb:10.11.3
image: linuxserver/mariadb:10.11.4
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Overseerr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Overseerr
services:
overseerr:
image: linuxserver/overseerr:1.32.5
image: linuxserver/overseerr:1.33.0
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Plex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PGID: $PGID
PUID: $PUID
VERSION: docker
image: linuxserver/plex:1.32.3
image: linuxserver/plex:1.32.4
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Sickchill/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/sickchill:2023.5.30
image: linuxserver/sickchill:2023.6.27
deploy:
resources:
reservations:
Expand Down