Skip to content

Commit

Permalink
chore(deps): update outlinewiki/outline docker tag to v0.80.0 (#4929)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent cec9701 commit e389d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/outline/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"port": 8404,
"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": 8,
"version": "0.79.1",
"tipi_version": 9,
"version": "0.80.0",
"source": "https://github.com/outline/outline",
"website": "https://getoutline.com",
"exposable": true,
Expand Down Expand Up @@ -68,5 +68,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1725595704000
"updated_at": 1726984930000
}
2 changes: 1 addition & 1 deletion apps/outline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
outline:
container_name: outline
image: outlinewiki/outline:0.79.1
image: outlinewiki/outline:0.80.0
restart: unless-stopped
environment:
- DATABASE_URL=postgres://outline:${OUTLINE_PG_PASSWORD}@outline-postgres:5432/outline
Expand Down

0 comments on commit e389d6b

Please sign in to comment.