Skip to content

Commit ba37b63

Browse files
author
Matt Reeves
committedAug 9, 2024
Merge branch 'main' into renovate/bellamy-wallos-2.x
2 parents f323afc + 11a7b1d commit ba37b63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎docker/arm/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
server:
4-
image: codeberg.org/forgejo/forgejo:8.0.0
4+
image: codeberg.org/forgejo/forgejo:8.0.1
55
container_name: forgejo
66
environment:
77
- USER_UID=1000

‎docker/downloaders/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
sabnzbd:
4-
image: ghcr.io/linuxserver/sabnzbd@sha256:dda700370ad4281d8ffda4fbdad8ac3f720a2829936eafc794fca652095ed4be
4+
image: ghcr.io/linuxserver/sabnzbd@sha256:aad79c7a696a8743b87f9a0429bf5fa0be1edc8bbf00b962008dfa9893efd28e
55
container_name: sabnzbd
66
environment:
77
- PUID=1000

‎docker/nexus/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
nexus:
4-
image: docker.mafyuh.xyz/sonatype/nexus3:3.70.1
4+
image: docker.mafyuh.xyz/sonatype/nexus3:3.71.0
55
container_name: nexus
66
restart: unless-stopped
77
ports:

0 commit comments

Comments
 (0)
Please sign in to comment.