Skip to content

Commit 2e1e7e7

Browse files
author
Matt Reeves
committedAug 1, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-lidarr
2 parents fd9ad60 + 36b1aa8 commit 2e1e7e7

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
 

‎.forgejo/workflows/yamllint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: 14
19+
20+
- name: Install yamllint
21+
run: |
22+
npm install -g yaml-lint
1923
2024
- name: Show yamllint version
2125
run: |

‎docker/AI/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- host.docker.internal:host-gateway
3030

3131
mindsdb:
32-
image: mindsdb/mindsdb:v24.7.3.0
32+
image: mindsdb/mindsdb:v24.7.5.0
3333
container_name: mindsdb
3434
ports:
3535
- 47334:47334

‎docker/arm/docker-compose.yml

Lines changed: 1 addition & 1 deletion
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.51.0
110+
image: ghcr.io/n8n-io/n8n:1.52.2
111111
container_name: n8n
112112
ports:
113113
- 5678:5678

‎docker/arrs/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- PGID=1000
3232

3333
prowlarr:
34-
image: ghcr.io/linuxserver/prowlarr@sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0
34+
image: ghcr.io/linuxserver/prowlarr@sha256:7fe57565907f4f776d43c15b2e020a0e4a62fe1e04e80e25b85a3ae4ca49e5d0
3535
container_name: prowlarr
3636
ports:
3737
- "9696:9696"

‎docker/authentik/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
volumes:
3333
- redis:/data
3434
server:
35-
image: ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
35+
image: ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
3636
restart: unless-stopped
3737
command: server
3838
environment:
@@ -53,7 +53,7 @@ services:
5353
- postgresql
5454
- redis
5555
worker:
56-
image: ghcr.io/goauthentik/server@sha256:f79b6cf35b29a8591136afb633ddd46da303e9cd2ca82c7cdfbd020a780e15e8
56+
image: ghcr.io/goauthentik/server@sha256:a98f95518269d01bb812eb0e12c6647f3d08a36e37b9fdbdccf9345d4431b9f0
5757
restart: unless-stopped
5858
command: worker
5959
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.