We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216b87a commit b787d94Copy full SHA for b787d94
deployment/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build
2
-FROM lukemathwalker/cargo-chef:latest-rust-1.75 as chef
+FROM lukemathwalker/cargo-chef:latest-rust-1.76 as chef
3
WORKDIR /build/
4
# hadolint ignore=DL3008
5
RUN apt-get update && \
0 commit comments