Skip to content

Commit eefdd8f

Browse files
build(deps): bump dotnet/runtime-deps (#589)
Bumps dotnet/runtime-deps from 6.0.8-bullseye-slim-amd64 to 7.0.20-bullseye-slim-amd64. --- updated-dependencies: - dependency-name: dotnet/runtime-deps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f21447b commit eefdd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app/src/Microsoft.Sbom.Tool
44
ARG RUNTIME=linux-x64
55
RUN dotnet publish -f net8.0 -r $RUNTIME --self-contained true -p:DebugType=None -p:DebugSymbols=false -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -o output
66

7-
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.8-bullseye-slim-amd64
7+
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0.20-bullseye-slim-amd64
88
WORKDIR /app/src/Microsoft.Sbom.Tool
99
COPY --from=build-env /app/src/Microsoft.Sbom.Tool/output .
1010

0 commit comments

Comments
 (0)