Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 4b1a196

Browse files
committed
Fixed output of asset name suffix
1 parent c0f2a2f commit 4b1a196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/trivy/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ FROM ghcr.io/nicholasdille/docker-setup/cosign:${ref} AS cosign
66

77
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
88
COPY --link --from=cosign / /
9+
ARG TARGETPLATFORM
910
ARG name
1011
ARG version
1112
RUN <<EOF

0 commit comments

Comments
 (0)