Docker container provenance (#3736)

This commit is contained in:
Pavel Iakovenko
2025-03-10 20:45:37 +00:00
committed by GitHub
parent de51cd0ed6
commit a84e1c2b15
3 changed files with 10 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
# Source: https://github.com/dotnet/dotnet-docker
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy as build
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy AS build
ARG TARGETOS
ARG TARGETARCH