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
….118.2 (#5212)
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 6662611 commit b4feb03
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": 107,
"version": "1.117.0",
"tipi_version": 108,
"version": "1.118.2",
"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": 1727938560000
"updated_at": 1729322150000
}
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.117.0
image: ghcr.io/immich-app/immich-server:v1.118.2
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
environment:
Expand Down

0 comments on commit b4feb03

Please sign in to comment.