Skip to content

Commit 22dc282

Browse files
committed
build(container): remove obvious comment
adding AS final made this pretty obvious
1 parent a9a65dd commit 22dc282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RUN cargo build --release --locked --offline
1717
RUN strip target/release/website-stalker
1818

1919

20-
# Start building the final image
2120
FROM docker.io/library/alpine:3 AS final
2221
RUN apk upgrade --no-cache \
2322
&& apk add --no-cache git

0 commit comments

Comments
 (0)