We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a65dd commit 22dc282Copy full SHA for 22dc282
Dockerfile
@@ -17,7 +17,6 @@ RUN cargo build --release --locked --offline
17
RUN strip target/release/website-stalker
18
19
20
-# Start building the final image
21
FROM docker.io/library/alpine:3 AS final
22
RUN apk upgrade --no-cache \
23
&& apk add --no-cache git
0 commit comments