Skip to content

Commit a4ab868

Browse files
chore(deps): update rust:alpine docker digest to 18be086
1 parent 441eeb3 commit a4ab868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.bins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM goreleaser/nfpm@sha256:ae35b40d48105782d4c29fc392ec5bb81439cc13a40bbd4eeea1
44
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
55
ARG TARGETPLATFORM
66

7-
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:0cfc78e96e5314e8279cec9faf3067744764ff58cc6a87a3f9c89217f8c4aa16 AS builder
7+
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:18be086bb0b8b45a04e6cb1a55863852cfdf81d7abed75ea588acb7f4aa6748e AS builder
88
ARG BUILDKIT_SBOM_SCAN_STAGE=true
99
RUN apk add clang lld openssl-dev curl bash
1010
# copy xx scripts to your build stage

Dockerfile.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
22
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
33
ARG TARGETPLATFORM
44

5-
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:0cfc78e96e5314e8279cec9faf3067744764ff58cc6a87a3f9c89217f8c4aa16 AS builder
5+
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:18be086bb0b8b45a04e6cb1a55863852cfdf81d7abed75ea588acb7f4aa6748e AS builder
66
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
77
RUN apk add clang lld openssl-dev curl bash
88
# copy xx scripts to your build stage

0 commit comments

Comments
 (0)