Skip to content

Commit

Permalink
ci: fix docker containers builder runner mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Sep 19, 2023
1 parent 7339fb3 commit c55ed83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY . .
RUN cargo build -p refinery_cli --release --all-features


FROM debian:bullseye-slim AS runtime
FROM debian:stable-slim AS runtime
COPY --from=builder /app/target/release/refinery /usr/local/bin
ENTRYPOINT ["/usr/local/bin/refinery"]

0 comments on commit c55ed83

Please sign in to comment.