Skip to content

Commit

Permalink
Merge pull request #15 from trento-project/rust-bci
Browse files Browse the repository at this point in the history
Switch to SLE BCI Rust image
  • Loading branch information
dottorblaster authored Jul 27, 2022
2 parents b04730c + 91509e8 commit 071c4a9
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,7 +5,7 @@ WORKDIR /home/photofinish/
COPY . .
RUN cargo build --release

FROM gcr.io/distroless/cc
FROM registry.suse.com/bci/rust:latest

WORKDIR /home/photofinish/
COPY --from=builder /home/photofinish/target/release/photofinish .
Expand Down

0 comments on commit 071c4a9

Please sign in to comment.