Skip to content

Commit b469279

Browse files
chore(deps): update ghcr.io/maintainerr/maintainerr docker tag to v3.15.2 (#11395)
1 parent 7d04cad commit b469279

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/maintainerr/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"dynamic_config": true,
66
"port": 8030,
77
"id": "maintainerr",
8-
"tipi_version": 74,
9-
"version": "3.15.1",
8+
"tipi_version": 76,
9+
"version": "3.15.2",
1010
"categories": ["media", "utilities"],
1111
"description": "Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files.",
1212
"short_desc": "Maintainerr will manage the storage space on your plex server, launching automated actions to delete your files.",
@@ -15,7 +15,7 @@
1515
"form_fields": [],
1616
"supported_architectures": ["arm64", "amd64"],
1717
"created_at": 1691943801422,
18-
"updated_at": 1781766596796,
18+
"updated_at": 1782031386922,
1919
"$schema": "../app-info-schema.json",
2020
"min_tipi_version": "4.5.0"
2121
}

apps/maintainerr/docker-compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"services": [
33
{
44
"name": "maintainerr",
5-
"image": "ghcr.io/maintainerr/maintainerr:3.15.1",
5+
"image": "ghcr.io/maintainerr/maintainerr:3.15.2",
66
"isMain": true,
77
"internalPort": 6246,
88
"environment": [

apps/maintainerr/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
maintainerr:
4-
image: ghcr.io/maintainerr/maintainerr:3.15.1
4+
image: ghcr.io/maintainerr/maintainerr:3.15.2
55
container_name: maintainerr
66
volumes:
77
- ${APP_DATA_DIR}/data/config:/opt/data

0 commit comments

Comments
 (0)