Skip to content

Commit

Permalink
Bump Apps image tags into most recent minor versions (#176)
Browse files Browse the repository at this point in the history
This PR bumps the image tags of some apps into their more recent minor
version specially those that followed semver versioning scheme.
  • Loading branch information
WisdomSky authored Jun 10, 2023
1 parent a9baa5e commit 5b82e9f
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
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.5
image: adguard/adguardhome:v0.107.31
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.0
image: linuxserver/bazarr:1.2.1
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Calibre-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: linuxserver/calibre-web:0.6.19
image: linuxserver/calibre-web:0.6.20
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Duplicati/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/duplicati:2.0.6
image: linuxserver/duplicati:2.0.7
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Emby/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
PGID: "1000"
PUID: "1000"
TZ: $TZ
image: linuxserver/emby:4.6.7
image: linuxserver/emby:4.7.13
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Gitea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
environment:
USER_GID: "1000"
USER_UID: "1000"
image: gitea/gitea:1.18.5
image: gitea/gitea:1.19.3
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.4.5
image: grafana/grafana:8.5.26
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Handbrake/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: handbrake
services:
handbrake:
image: jlesage/handbrake:v23.04.1
image: jlesage/handbrake:v23.06.1
network_mode: bridge
ports:
- target: 5800
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.3.1
image: linuxserver/homeassistant:2023.6.1
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.20.783
image: lscr.io/linuxserver/jackett:0.21.186
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Jellyfin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: linuxserver/jellyfin:10.8.9
image: linuxserver/jellyfin:10.8.10
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Lidarr/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/lidarr:1.0.2
image: linuxserver/lidarr:1.1.4
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Mylar3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
environment:
PGID: "1000"
PUID: "1000"
image: linuxserver/mylar3:0.7.0
image: linuxserver/mylar3:0.7.2
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/N8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
n8n:
environment:
TZ: $TZ
image: n8nio/n8n:0.218.0
image: n8nio/n8n:0.232.0
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nextcloud
services:
nextcloud:
image: nextcloud:25.0.4
image: nextcloud:25.0.7
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/NginxProxyManager/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nginxproxymanager
services:
nginxproxymanager:
image: jc21/nginx-proxy-manager:2.9.19
image: jc21/nginx-proxy-manager:2.10.3
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Ombi/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: linuxserver/ombi:4.35.10
image: linuxserver/ombi:4.39.1
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/OpenHAB/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
CRYPTO_POLICY: unlimited
PGID: $PGID
PUID: $PUID
image: openhab/openhab:3.4.2
image: openhab/openhab:3.4.4
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/PhotoPrism/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
PHOTOPRISM_ADMIN_PASSWORD: casaos
PHOTOPRISM_UPLOAD_NSFW: "true"
TZ: $TZ
image: photoprism/photoprism:221118-jammy
image: photoprism/photoprism:230607
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Pihole/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
TZ: $TZ
VIRTUAL_HOST: pi.hole
WEBPASSWORD: casaos
image: pihole/pihole:2023.02.2
image: pihole/pihole:2023.05.2
deploy:
resources:
reservations:
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.31.1
image: linuxserver/plex:1.32.3
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Radarr/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/radarr:4.3.2
image: linuxserver/radarr:4.5.2
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.1.2
image: linuxserver/sickchill:2023.5.30
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Smokeping/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/smokeping:2.7.3
image: linuxserver/smokeping:2.8.2
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Syncthing/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/syncthing:1.23.1
image: linuxserver/syncthing:1.23.5
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Tautulli/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/tautulli:2.11.1
image: linuxserver/tautulli:2.12.4
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Unifi-controller/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
MEM_STARTUP: "1024"
PGID: "1000"
PUID: "1000"
image: linuxserver/unifi-controller:7.3.83
image: linuxserver/unifi-controller:7.4.156
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: vaultwarden
services:
vaultwarden:
image: vaultwarden/server:1.24.0
image: vaultwarden/server:1.28.1
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/VoceChat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
vocechat:
environment:
TZ: $TZ
image: privoce/vocechat-server:v0.3.23
image: privoce/vocechat-server:v0.3.33
deploy:
resources:
reservations:
Expand Down

0 comments on commit 5b82e9f

Please sign in to comment.