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

Commit d2fc961

Browse files
version bump
1 parent ce37539 commit d2fc961

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)