Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit f2b871e

Browse files
Merge pull request #21 from thefringeninja/vnext
Update to 2.1.403 SDK
2 parents 49c4412 + d2fc961 commit f2b871e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
.idea/
88
.vs/
99
.vscode/
10+
artifacts/

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.1.402-sdk-alpine3.7 AS build
1+
FROM microsoft/dotnet:2.1.403-sdk-alpine3.7 AS build
22
ARG TRAVIS_BUILD_NUMBER
33
ARG MYGET_API_KEY
44
WORKDIR /src
@@ -32,7 +32,7 @@ WORKDIR /src/SqlStreamStore.HAL.DevServer
3232
RUN dotnet add package ILLink.Tasks --version=0.1.5-preview-1841731 --source=https://dotnet.myget.org/F/dotnet-core/api/v3/index.json
3333
RUN 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

3737
WORKDIR /app
3838
COPY --from=publish /publish ./

0 commit comments

Comments
 (0)