Skip to content

Commit cb65a2b

Browse files
committed
fix typo
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 2bcdb3f commit cb65a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN ["./azure-janitor", "--help"]
3030
#############################################
3131
# static-final
3232
#############################################
33-
FROM gcr.io/distroless/static as static-final
33+
FROM gcr.io/distroless/static as final-static
3434
ENV LOG_JSON=1
3535
WORKDIR /
3636
COPY --from=test /app .

0 commit comments

Comments
 (0)