Skip to content

Commit

Permalink
Bump rust from 1.72.0-alpine to 1.72.1-alpine (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent a25b4dc commit 47f15a2
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 @@ -8,7 +8,7 @@ COPY app /src/app
RUN npm ci
RUN npm run build

FROM rust:1.72.0-alpine as chef
FROM rust:1.72.1-alpine as chef
RUN apk --no-cache add libc-dev
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN cargo install cargo-chef
Expand Down

0 comments on commit 47f15a2

Please sign in to comment.