Skip to content

Commit 4dedfa0

Browse files
authored
Merge pull request dotnet-script#277 from andmos/feature/anm-dockerBaseimageBump
Upping Docker build-baseimage to 2.1-sdk
2 parents ae56b0c + d801355 commit 4dedfa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.0.0-sdk as builder
1+
FROM microsoft/dotnet:2.1-sdk as builder
22
COPY . /dotnet-script
33
WORKDIR /dotnet-script
44

@@ -21,4 +21,4 @@ COPY --from=builder /dotnet-script/src/Dotnet.Script/bin/Release/netcoreapp2.0/p
2121

2222
WORKDIR /scripts
2323

24-
ENTRYPOINT ["dotnet", "/dotnet-script/dotnet-script.dll"]
24+
ENTRYPOINT ["dotnet", "/dotnet-script/dotnet-script.dll"]

0 commit comments

Comments
 (0)