From cb65a2b69ed4e5216d52fb05f720ee651ad8761b Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Mon, 30 Oct 2023 12:50:16 +0100 Subject: [PATCH] fix typo Signed-off-by: Markus Blaschke --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1aad0b0..50289c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN ["./azure-janitor", "--help"] ############################################# # static-final ############################################# -FROM gcr.io/distroless/static as static-final +FROM gcr.io/distroless/static as final-static ENV LOG_JSON=1 WORKDIR / COPY --from=test /app .