Skip to content

Commit

Permalink
Merge pull request #18 from ninech/rust-slim
Browse files Browse the repository at this point in the history
feat: use rust-slim image
  • Loading branch information
ctrox authored Jul 23, 2024
2 parents d88f78f + f9d31c3 commit 19c2ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1 AS build-env
FROM rust:slim AS build-env
WORKDIR /app
COPY . /app
RUN --mount=type=cache,target=/usr/local/cargo/registry \
Expand Down

0 comments on commit 19c2ad5

Please sign in to comment.