8000 Specified version number in Dockerfile too · hjerpbakk/dotnet-script-docker@8fdaaa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fdaaa3

Browse files
committed
Specified version number in Dockerfile too
1 parent 9c3222c commit 8fdaaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine
22

3-
RUN dotnet tool install -g dotnet-script
3+
RUN dotnet tool install -g dotnet-script --version 1.2.1
44

55
ENV PATH="${PATH}:/root/.dotnet/tools"
66

0 commit comments

Comments
 (0)
0