Skip to content

Commit dd02379

Browse files
chore(deps): update rust:alpine docker digest to 38b1c0e
1 parent a74f819 commit dd02379

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:0c6a569797744e45955f39d4f7538ac344bfb7ebf0a54006a0a4297b153ccf0f AS xx
55
ARG TARGETPLATFORM
66

7-
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:9ab8f4eab808b1383c7e60a15fbf291e949fec85c3f98c34fb145b16c4ced0a1 AS builder
7+
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:38b1c0e6625f1317d5810c76884e4812178317c90cb2153d29c35d0d68301cf2 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:0c6a569797744e45955f39d4f7538ac344bfb7ebf0a54006a0a4297b153ccf0f AS xx
33
ARG TARGETPLATFORM
44

5-
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:9ab8f4eab808b1383c7e60a15fbf291e949fec85c3f98c34fb145b16c4ced0a1 AS builder
5+
FROM --platform=$BUILDPLATFORM rust:alpine@sha256:38b1c0e6625f1317d5810c76884e4812178317c90cb2153d29c35d0d68301cf2 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)