Update applications
Some checks failed
Linting / YAML Lint (push) Successful in 11s
Linting / Ansible Lint (push) Failing after 33s

Authelia: 4.39.16
Dozzle: 10.1.2
Gitea: 1.25.5
Outline: 1.6.1
This commit is contained in:
2026-03-23 19:31:59 +03:00
parent fb87cf77b2
commit c686b292dc
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ services:
authelia_app:
container_name: 'authelia_app'
image: 'docker.io/authelia/authelia:4.39.14'
image: 'docker.io/authelia/authelia:4.39.16'
user: '{{ owner_create_result.uid }}:{{ owner_create_result.group }}'
restart: 'unless-stopped'
networks:

View File

@@ -1,7 +1,7 @@
services:
dozzle_app:
image: amir20/dozzle:v10.1.1
image: amir20/dozzle:v10.1.2
container_name: dozzle_app
restart: unless-stopped
volumes:

View File

@@ -1,7 +1,7 @@
services:
gitea_app:
image: gitea/gitea:1.25.4
image: gitea/gitea:1.25.5
restart: unless-stopped
container_name: gitea_app
ports:

View File

@@ -3,7 +3,7 @@ services:
# See sample https://github.com/outline/outline/blob/main/.env.sample
outline_app:
image: outlinewiki/outline:1.5.0
image: outlinewiki/outline:1.6.1
container_name: outline_app
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
restart: unless-stopped