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
|
||||
services:
|
||||
adguard-home:
|
||||
image: adguard/adguardhome:v0.107.31
|
||||
image: adguard/adguardhome:v0.107.32
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: alist
|
||||
services:
|
||||
alist:
|
||||
image: xhofe/alist:v3.18.0
|
||||
image: xhofe/alist:v3.19.0
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: grafana
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:8.5.26
|
||||
image: grafana/grafana:8.5.27
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue