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.0 (#1705)
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent ae8f08d commit 3287152
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Apps/immich-without-machine-learning/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich-without-machine-learning",
"version": "1.117.0",
"version": "1.118.0",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/immich-without-machine-learning/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Main Immich Server service configuration
immich-server:
container_name: immich-server # Name of the running container
image: ghcr.io/immich-app/immich-server:v1.117.0 # Image to be used
image: ghcr.io/immich-app/immich-server:v1.118.0 # Image to be used
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
Expand Down
2 changes: 1 addition & 1 deletion Apps/immich/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich",
"version": "1.117.0",
"version": "1.118.0",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Main Immich Server service configuration
immich-server:
container_name: immich-server # Name of the running container
image: ghcr.io/immich-app/immich-server:v1.117.0 # Image to be used
image: ghcr.io/immich-app/immich-server:v1.118.0 # Image to be used
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
Expand Down

0 comments on commit 3287152

Please sign in to comment.