From 1be2ba1fd99f7a65e03ab558ca172af80d270418 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:28:55 +0100 Subject: [PATCH] Update build.json --- immich/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich/build.json b/immich/build.json index 370843a81..8794cbd97 100644 --- a/immich/build.json +++ b/immich/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "martabal/immich:latest", - "amd64": "martabal/immich:latest" + "aarch64": "martabal/immich:v1.41.0_64-dev", + "amd64": "martabal/immich:v1.41.0_64-dev" }, "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +}