chore(deps): update outlinewiki/outline docker tag to v0.77.2 (#3883)

This commit is contained in:
renovate[bot] 2024-06-23 22:17:45 +00:00 committed by GitHub
parent 5d48d978a6
commit c06e30f7cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 11 deletions

View File

@ -5,12 +5,10 @@
"short_desc": "A home for all your docs",
"author": "outline",
"port": 8404,
"categories": [
"utilities"
],
"categories": ["utilities"],
"description": "Outline is a knowledge base designed for teams. It's goals are to be fast, intuitive and support many integrations.",
"tipi_version": 3,
"version": "0.75.2",
"tipi_version": 4,
"version": "0.77.2",
"source": "https://github.com/outline/outline",
"website": "https://getoutline.com",
"exposable": true,
@ -68,8 +66,5 @@
"env_variable": "OUTLINE_PASSWORD"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
outline:
container_name: outline
image: outlinewiki/outline:0.75.2
image: outlinewiki/outline:0.77.2
restart: unless-stopped
environment:
- DATABASE_URL=postgres://outline:${OUTLINE_PG_PASSWORD}@outline-postgres:5432/outline