Update to 1.93.1

This commit is contained in:
Daniel Berteaud 2024-01-19 16:30:57 +01:00
parent a32d06cd4f
commit e9bf2f1f4c
2 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ job "immich" {
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.93.0"
image = "ghcr.io/immich-app/immich-server:v1.93.1"
readonly_rootfs = true
command = "start.sh"
args = ["immich"]
@ -183,7 +183,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-server:v1.93.0"
image = "ghcr.io/immich-app/immich-server:v1.93.1"
readonly_rootfs = true
command = "start.sh"
args = ["microservices"]
@ -313,7 +313,7 @@ _EOT
user = 3001
config {
image = "ghcr.io/immich-app/immich-machine-learning:v1.93.0"
image = "ghcr.io/immich-app/immich-machine-learning:v1.93.1"
readonly_rootfs = true
pids_limit = 200
}

View File

@ -6,7 +6,7 @@ instance: immich
immich:
# Immich version
version: v1.93.0
version: v1.93.1
postgres:
database: '[[ .instance ]]'