We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05e8e96 + dc7fc76 commit 3ee9f45Copy full SHA for 3ee9f45
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.4
2
-FROM rust:1.67.0-bullseye as builder
+FROM rust:1.68.2-bullseye as builder
3
ARG TARGETPLATFORM
4
WORKDIR /usr/src/edge-runtime
5
RUN --mount=type=cache,target=/usr/local/cargo/registry,id=${TARGETPLATFORM} \
0 commit comments