Skip to content

Commit

Permalink
Switch to SLE BCI Rust image
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Jul 27, 2022
1 parent 9d17e9c commit 91509e8
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 91509e8

Please sign in to comment.