Bump Apps image tags into most recent minor versions (#194)
This PR bumps the image tags of some apps into their more recent minor version specially those that followed semver versioning scheme.
This commit is contained in:
parent
d0de8455f8
commit
1c74b487f5
|
@ -1,7 +1,7 @@
|
||||||
name: adguard-home
|
name: adguard-home
|
||||||
services:
|
services:
|
||||||
adguard-home:
|
adguard-home:
|
||||||
image: adguard/adguardhome:v0.107.31
|
image: adguard/adguardhome:v0.107.32
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: alist
|
name: alist
|
||||||
services:
|
services:
|
||||||
alist:
|
alist:
|
||||||
image: xhofe/alist:v3.18.0
|
image: xhofe/alist:v3.19.0
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/bazarr:1.2.1
|
image: linuxserver/bazarr:1.2.2
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: grafana
|
name: grafana
|
||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:8.5.26
|
image: grafana/grafana:8.5.27
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/homeassistant:2023.6.1
|
image: linuxserver/homeassistant:2023.6.3
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: lscr.io/linuxserver/jackett:0.21.186
|
image: lscr.io/linuxserver/jackett:0.21.341
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: MariaDB
|
name: MariaDB
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: linuxserver/mariadb:10.11.3
|
image: linuxserver/mariadb:10.11.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Overseerr
|
name: Overseerr
|
||||||
services:
|
services:
|
||||||
overseerr:
|
overseerr:
|
||||||
image: linuxserver/overseerr:1.32.5
|
image: linuxserver/overseerr:1.33.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
VERSION: docker
|
VERSION: docker
|
||||||
image: linuxserver/plex:1.32.3
|
image: linuxserver/plex:1.32.4
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/sickchill:2023.5.30
|
image: linuxserver/sickchill:2023.6.27
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|
Loading…
Reference in New Issue