Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Oct 30, 2023
1 parent 2bcdb3f commit cb65a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit cb65a2b

Please sign in to comment.