File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM goreleaser/nfpm@sha256:ae35b40d48105782d4c29fc392ec5bb81439cc13a40bbd4eeea1
44FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
55ARG TARGETPLATFORM
66
7- FROM --platform=$BUILDPLATFORM rust:alpine@sha256:9ab8f4eab808b1383c7e60a15fbf291e949fec85c3f98c34fb145b16c4ced0a1 AS builder
7+ FROM --platform=$BUILDPLATFORM rust:alpine@sha256:6706207940151d3a18ab3c8d1b639e45d66fac26e76d05b3cb40310619dbf0f0 AS builder
88ARG BUILDKIT_SBOM_SCAN_STAGE=true
99RUN apk add clang lld openssl-dev curl bash
1010# copy xx scripts to your build stage
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
22FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
33ARG TARGETPLATFORM
44
5- FROM --platform=$BUILDPLATFORM rust:alpine@sha256:9ab8f4eab808b1383c7e60a15fbf291e949fec85c3f98c34fb145b16c4ced0a1 AS builder
5+ FROM --platform=$BUILDPLATFORM rust:alpine@sha256:6706207940151d3a18ab3c8d1b639e45d66fac26e76d05b3cb40310619dbf0f0 AS builder
66ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
77RUN apk add clang lld openssl-dev curl bash
88# copy xx scripts to your build stage
You can’t perform that action at this time.
0 commit comments