Skip to content

Commit

Permalink
chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1…
Browse files Browse the repository at this point in the history
….113.0 (#4634)
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent a3d99f5 commit d76049b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/immich/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 100,
"version": "1.112.1",
"tipi_version": 101,
"version": "1.113.0",
"categories": ["data", "photography"],
"description": "Photo and video backup solution directly from your mobile phone.",
"short_desc": "Photo and video backup solution directly from your mobile phone.",
Expand Down Expand Up @@ -35,5 +35,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1724012265000
"updated_at": 1725041261000
}
2 changes: 1 addition & 1 deletion apps/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
immich:
container_name: immich
image: ghcr.io/immich-app/immich-server:v1.112.1
image: ghcr.io/immich-app/immich-server:v1.113.0
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
environment:
Expand Down

0 comments on commit d76049b

Please sign in to comment.