Skip to content

Commit

Permalink
Updated on 02-28-2025 05:34:15 AM UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomSky committed Feb 28, 2025
1 parent 1444e28 commit 174719d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Apps/Build-agent/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linuxserver-build-agent
services:
app:
image: linuxserver/build-agent:version-480941bc
image: linuxserver/build-agent:version-f779f5d4
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Flexget/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linuxserver-flexget
services:
app:
image: linuxserver/flexget:3.15.15
image: linuxserver/flexget:3.15.16
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Hishtory-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linuxserver-hishtory-server
services:
app:
image: linuxserver/hishtory-server:0.335.20250214
image: linuxserver/hishtory-server:0.335.20250228
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Jackett/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linuxserver-jackett
services:
app:
image: linuxserver/jackett:0.22.1459
image: linuxserver/jackett:0.22.1461
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Mastodon/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linuxserver-mastodon
services:
app:
image: linuxserver/mastodon:4.3.3
image: linuxserver/mastodon:4.3.4
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Snipe-it/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linuxserver-snipe-it
services:
app:
image: linuxserver/snipe-it:8.0.1
image: linuxserver/snipe-it:8.0.2
restart: unless-stopped
environment:
PUID: $PUID
Expand Down
2 changes: 1 addition & 1 deletion Apps/Znc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ services:
target: /config
x-casaos:
architectures:
- amd64
- arm64
- amd64
main: app
description:
en_us: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.
Expand Down
12 changes: 6 additions & 6 deletions README.md

Large diffs are not rendered by default.

0 comments on commit 174719d

Please sign in to comment.