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 7339fb3 commit c55ed83Copy full SHA for c55ed83
Dockerfile
@@ -5,6 +5,6 @@ COPY . .
5
RUN cargo build -p refinery_cli --release --all-features
6
7
8
-FROM debian:bullseye-slim AS runtime
+FROM debian:stable-slim AS runtime
9
COPY --from=builder /app/target/release/refinery /usr/local/bin
10
ENTRYPOINT ["/usr/local/bin/refinery"]
0 commit comments