Update to 1.102.0

This commit is contained in:
Daniel Berteaud 2024-04-20 11:02:03 +02:00
parent 81228cc97d
commit 9f6c317747
2 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.101.0"
image = "ghcr.io/immich-app/immich-server:v1.102.0"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -208,7 +208,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.101.0"
image = "ghcr.io/immich-app/immich-server:v1.102.0"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -357,7 +357,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.101.0"
image = "ghcr.io/immich-app/immich-machine-learning:v1.102.0"
readonly_rootfs = true
pids_limit = 200
}

View File

@ -6,7 +6,7 @@ instance: immich
immich:
# Immich version
version: 1.101.0
version: 1.102.0
postgres:
database: '[[ .instance ]]'