We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a381f commit a696976Copy full SHA for a696976
Dockerfile
@@ -20,7 +20,7 @@ RUN tar -xzvf /tmp/biome.tar.gz -C /usr/src/biome/ --strip-components=1
20
ENV RUSTFLAGS="-C strip=symbols"
21
RUN cargo build -p biome_cli --release
22
23
-FROM scratch AS biome
+FROM alpine:${ALPINE_VERSION} AS biome
24
25
COPY --from=builder /usr/src/biome/target/release/biome /usr/local/bin/biome
26
0 commit comments