We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce37539 commit d2fc961Copy full SHA for d2fc961
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM microsoft/dotnet:2.1.402-sdk-alpine3.7 AS build
+FROM microsoft/dotnet:2.1.403-sdk-alpine3.7 AS build
2
ARG TRAVIS_BUILD_NUMBER
3
ARG MYGET_API_KEY
4
WORKDIR /src
@@ -32,7 +32,7 @@ WORKDIR /src/SqlStreamStore.HAL.DevServer
32
RUN dotnet add package ILLink.Tasks --version=0.1.5-preview-1841731 --source=https://dotnet.myget.org/F/dotnet-core/api/v3/index.json
33
RUN dotnet publish --configuration=Release --output=/publish --runtime=alpine.3.7-x64 /p:ShowLinkerSizeComparison=true
34
35
-FROM microsoft/dotnet:2.1.4-runtime-deps-alpine3.7 AS runtime
+FROM microsoft/dotnet:2.1.5-runtime-deps-alpine3.7 AS runtime
36
37
WORKDIR /app
38
COPY --from=publish /publish ./
0 commit comments