Skip to content

Commit ca44744

Browse files
authored
Use correct flag for Build configuration in Dockerfile (#447)
1 parent 3e81f7b commit ca44744

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
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-preview-cbl-mariner2.0
22
COPY . /app/
33
WORKDIR /app/src
44
RUN set -o errexit -o nounset \
5-
&& dotnet build -C Release \
5+
&& dotnet build -c Release \
66
&& ln --symbolic /app/src/oss-characteristics/bin/Release/net6.0/oss-characteristic /usr/bin/oss-characteristic \
77
&& ln --symbolic /app/src/oss-defog/bin/Release/net6.0/oss-defog /usr/bin/oss-defog \
88
&& ln --symbolic /app/src/oss-detect-backdoor/bin/Release/net6.0/oss-detect-backdoor /usr/bin/oss-detect-backdoor \

0 commit comments

Comments
 (0)