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

Commit 79e9405

Browse files
dotent core sdk 2.1.500 / runtime 2.1.6
1 parent a3ef56b commit 79e9405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.403-sdk-alpine3.7 AS build
1+
FROM microsoft/dotnet:2.1.500-sdk-alpine3.7 AS build
22
ARG MYGET_API_KEY
33
ARG MINVER_BUILD_METADATA
44

@@ -41,7 +41,7 @@ RUN MINVER_BUILD_METADATA=$MINVER_BUILD_METADATA \
4141
MYGET_API_KEY=$MYGET_API_KEY \
4242
dotnet run --project build/build.csproj
4343

44-
FROM microsoft/dotnet:2.1.5-runtime-deps-alpine3.7 AS runtime
44+
FROM microsoft/dotnet:2.1.6-runtime-deps-alpine3.7 AS runtime
4545

4646
WORKDIR /app
4747
COPY --from=build /publish ./

0 commit comments

Comments
 (0)