Skip to content

Commit 1a3d71b

Browse files
committed
fix dockerfile
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 9fb4ce2 commit 1a3d71b

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 ["./kube-bootstrap-token-manager", "--help"]
3030
#############################################
3131
# Final
3232
#############################################
33-
FROM gcr.io/distroless/static
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)