Skip to content

Commit

Permalink
Merge branch 'fevral13:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fevral13 committed Feb 20, 2024
2 parents 262ef1e + e2d6c9c commit 68d03bd
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 @@ -19,7 +19,7 @@ COPY --from=cacher /usr/local/cargo /usr/local/cargo
RUN rustup update
RUN cargo build --release

FROM gcr.io/distroless/cc:nonroot as runtime
FROM gcr.io/distroless/cc-debian12:nonroot as runtime
WORKDIR /
COPY --from=builder /app/target/release/evalrs /
COPY --from=builder /app/config /config
Expand Down

0 comments on commit 68d03bd

Please sign in to comment.