Skip to content

Commit 3381128

Browse files
author
Matt Reeves
committedAug 20, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-jellyfin
2 parents a050bd5 + 5ffad76 commit 3381128

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

‎docker/AI/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
capabilities: [gpu]
1919

2020
open-webui:
21-
image: ghcr.io/open-webui/open-webui:v0.3.12
21+
image: ghcr.io/open-webui/open-webui:v0.3.13
2222
container_name: open-webui
2323
restart: unless-stopped
2424
ports:

‎docker/arm/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
networks:
108108
- gitea_main
109109
n8n:
110-
image: ghcr.io/n8n-io/n8n:1.55.1
110+
image: ghcr.io/n8n-io/n8n:1.55.3
111111
container_name: n8n
112112
ports:
113113
- 5678:5678
@@ -137,7 +137,7 @@ services:
137137
ipv4_address: 172.25.0.25
138138

139139
syncthing:
140-
image: ghcr.io/linuxserver/syncthing@sha256:2c1ecba88add0cf239914553cc911193a78c668012bf8e55044c1bbff6b2db18
140+
image: ghcr.io/linuxserver/syncthing@sha256:d6502d919f49f16a80689ce92c211f945f1d64a34c0d3f23ecc27a2a4d1dd0ac
141141
container_name: syncthing
142142
hostname: ARM #optional
143143
environment:

‎docker/arrs/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- PGID=1000
4444

4545
radarr:
46-
image: ghcr.io/linuxserver/radarr@sha256:938281e82a91da0115d0f8b0a2260acf0f07052c8c78dfaf7e407c843ae242f5
46+
image: ghcr.io/linuxserver/radarr@sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3
4747
container_name: radarr
4848
ports:
4949
- "7878:7878"
@@ -91,7 +91,7 @@ services:
9191
- AUTH_OIDC_ADMIN_GROUP=${AUTH_OIDC_ADMIN_GROUP}
9292

9393
doplarr:
94-
image: ghcr.io/linuxserver/doplarr@sha256:9e1cfedf824d00bb0f269bcb3836b13cdbb74747bef062f9021be6f0f63dde7a
94+
image: ghcr.io/linuxserver/doplarr@sha256:6959cd770bc89c2eaa61e07b13673051d66e6edae09f4a7e7c7846fdfa4dafc6
9595
container_name: doplarr
9696
environment:
9797
- PUID=1000
@@ -140,7 +140,7 @@ services:
140140
image: gcr.io/cadvisor/cadvisor:v0.50.0
141141

142142
syncthing:
143-
image: ghcr.io/linuxserver/syncthing@sha256:2c1ecba88add0cf239914553cc911193a78c668012bf8e55044c1bbff6b2db18
143+
image: ghcr.io/linuxserver/syncthing@sha256:d6502d919f49f16a80689ce92c211f945f1d64a34c0d3f23ecc27a2a4d1dd0ac
144144
container_name: syncthing
145145
hostname: ARRS
146146
environment:
@@ -158,7 +158,7 @@ services:
158158
restart: unless-stopped
159159

160160
code-server:
161-
image: ghcr.io/linuxserver/code-server@sha256:5cdea3284e9263e1dc6abf374e4057c32840c4d5e02af2ca515499f7c1cc75bb
161+
image: ghcr.io/linuxserver/code-server@sha256:4914ed4bc7e7342ef9d9cc30abda9cbcd486d79eac37db4bbe70df91135a1ef3
162162
container_name: code-server
163163
environment:
164164
- PUID=1000

‎docker/jellyfin/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
privileged: true
3636

3737
syncthing:
38-
image: ghcr.io/linuxserver/syncthing@sha256:2c1ecba88add0cf239914553cc911193a78c668012bf8e55044c1bbff6b2db18
38+
image: ghcr.io/linuxserver/syncthing@sha256:d6502d919f49f16a80689ce92c211f945f1d64a34c0d3f23ecc27a2a4d1dd0ac
3939
container_name: syncthing
4040
hostname: JF
4141
environment:

‎docker/netboot/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
netbootxyz:
4-
image: ghcr.io/linuxserver/netbootxyz@sha256:58eb0e7c4ea4a1892dcb9b8474fb9ff5bd03bd9e6f03b76890ffa647a6ca223f
4+
image: ghcr.io/linuxserver/netbootxyz@sha256:cb886a67f45f14e2e864ce713977dd8d3253d997b1fb6cfc627b240a3e0659ea
55
container_name: netboot
66
environment:
77
- PUID=1000

0 commit comments

Comments
 (0)
Please sign in to comment.