Skip to content

Commit 4b8ca1f

Browse files
Correct stage name in comment
Co-authored-by: Enrique Encalada <[email protected]> Signed-off-by: Sascha Schwarze <[email protected]>
1 parent 22656fb commit 4b8ca1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-build-with-broken-final-stage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ COPY --from=build /tmp/helloworld ./helloworld
1414
ENTRYPOINT [ "./helloworld" ]
1515
EXPOSE 8080
1616

17-
# the following stage is INTENTIONALLY broken, one can only have a successful run when specifying final as target stage
17+
# the following stage is INTENTIONALLY broken, one can only have a successful run when specifying working-final as target stage
1818
FROM scratch
1919
RUN non-existing-command

0 commit comments

Comments
 (0)