From 229383cdd243fc71cd95e8148d8427908745c467 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 12 Oct 2024 14:30:47 +0200 Subject: [PATCH] test --- zzz_test/Dockerfile | 3 +-- zzz_test/config.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/zzz_test/Dockerfile b/zzz_test/Dockerfile index b21f8ee4c..a6a7869ba 100644 --- a/zzz_test/Dockerfile +++ b/zzz_test/Dockerfile @@ -24,8 +24,7 @@ RUN yarn install \ RUN yarn generate # Stage 2: Build the Final Image -ARG BUILD_FROM -FROM ${BUILD_FROM} +FROM hkotel/mealie:nightly # Copy the rebuilt frontend files into the final image COPY --from=builder /app/frontend/dist /spa/static diff --git a/zzz_test/config.json b/zzz_test/config.json index c489f38b8..f96cf215a 100644 --- a/zzz_test/config.json +++ b/zzz_test/config.json @@ -112,6 +112,6 @@ "slug": "test", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.0-beta_ingress_test6", + "version": "v2.0-beta_ingress_test7", "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" }