We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b21a9c commit 9ead2a6Copy full SHA for 9ead2a6
2 files changed
app-service/Dockerfile
@@ -1,8 +1,8 @@
1
# Start with image that has the Rust toolchain installed
2
-FROM rust:1.90-alpine AS chef
+FROM rust:1.91-alpine AS chef
3
USER root
4
# Add cargo-chef to cache dependencies
5
-RUN apk add --no-cache musl-dev & cargo install cargo-chef
+RUN apk add --no-cache musl-dev && cargo install cargo-chef --locked
6
WORKDIR /app
7
8
FROM chef AS planner
auth-service/Dockerfile
0 commit comments