This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77.idea /
88.vs /
99.vscode /
10+ artifacts /
Original file line number Diff line number Diff line change 1- FROM microsoft/dotnet:2.1.402 -sdk-alpine3.7 AS build
1+ FROM microsoft/dotnet:2.1.403 -sdk-alpine3.7 AS build
22ARG TRAVIS_BUILD_NUMBER
33ARG MYGET_API_KEY
44WORKDIR /src
@@ -32,7 +32,7 @@ WORKDIR /src/SqlStreamStore.HAL.DevServer
3232RUN dotnet add package ILLink.Tasks --version=0.1.5-preview-1841731 --source=https://dotnet.myget.org/F/dotnet-core/api/v3/index.json
3333RUN dotnet publish --configuration=Release --output=/publish --runtime=alpine.3.7-x64 /p:ShowLinkerSizeComparison=true
3434
35- FROM microsoft/dotnet:2.1.4 -runtime-deps-alpine3.7 AS runtime
35+ FROM microsoft/dotnet:2.1.5 -runtime-deps-alpine3.7 AS runtime
3636
3737WORKDIR /app
3838COPY --from=publish /publish ./
You can’t perform that action at this time.
0 commit comments