From bb3ea511f09cc48f9a60093a0d307bd450de7fca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:43:50 +0100 Subject: [PATCH] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 071280770..b24cfe215 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -32,7 +32,7 @@ RUN git clone --branch "$MEALIE_VERSION" https://github.com/mealie-recipes/meali yarn generate # Stage 2: Build the Final Image -FROM hkotel/mealie:"$MEALIE_VERSION" +FROM hkotel/mealie:latest # Copy the rebuilt frontend files into the final image COPY --from=builder /app/frontend/dist /spa/static