File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
attestation-service/docker Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55# rust:1.89.0
66FROM --platform=${BUILDPLATFORM:-linux/amd64} \
7- docker.io/library/rust@sha256:6e6d04bd50cd4c433a805c58c13f186a508c5b5417b9b61cae40ec28e0593c51 \
7+ docker.io/library/rust@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf \
88 AS builder
99ARG ARCH=x86_64
1010ARG VERIFIER=all-verifier
Original file line number Diff line number Diff line change 44
55# rust:1.89.0
66FROM --platform=${BUILDPLATFORM:-linux/amd64} \
7- docker.io/library/rust@sha256:6e6d04bd50cd4c433a805c58c13f186a508c5b5417b9b61cae40ec28e0593c51 \
7+ docker.io/library/rust@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf \
88 AS builder
99ARG ARCH=x86_64
1010ARG VERIFIER=all-verifier
Original file line number Diff line number Diff line change 11# rust:1.89.0-slim
22FROM --platform=${BUILDPLATFORM:-linux/amd64} \
3- docker.io/library/rust@sha256:6c828d9865870a3bc8c02919d73803df22cac59b583d8f2cb30a296abe64748f \
3+ docker.io/library/rust@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf \
44 AS builder
55ARG ARCH=x86_64
66ARG ALIYUN=false
Original file line number Diff line number Diff line change 11# rust:1.89.0
22FROM --platform=${BUILDPLATFORM:-linux/amd64} \
3- docker.io/library/rust@sha256:6e6d04bd50cd4c433a805c58c13f186a508c5b5417b9b61cae40ec28e0593c51 \
3+ docker.io/library/rust@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf \
44 AS builder
55ARG BUILDPLATFORM=linux/amd64
66ARG ARCH=x86_64
Original file line number Diff line number Diff line change 11# rust:1.89.0
2- FROM docker.io/library/rust@sha256:6e6d04bd50cd4c433a805c58c13f186a508c5b5417b9b61cae40ec28e0593c51 \
2+ FROM docker.io/library/rust@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf \
33 AS builder
44ARG ALIYUN=false
55
Original file line number Diff line number Diff line change 11# rust:1.85.1
2- FROM docker.io/library/rust@sha256:e51d0265072d2d9d5d320f6a44dde6b9ef13653b035098febd68cce8fa7c0bc4 \
2+ FROM docker.io/library/rust@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf \
33 AS builder
44
55WORKDIR /usr/src/kbs
You can’t perform that action at this time.
0 commit comments