Skip to content

Commit fd46c94

Browse files
committed
✨ Upped version to 0.29.1 and changed base image to Alpine
1 parent 72f1c00 commit fd46c94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.2-sdk as builder
1+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2-alpine
22

33
RUN dotnet tool install -g dotnet-script
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This is a Docker image containing the latest version of dotnet-script:
66

77
## Runing scripts
88

9-
Example, shows the version of the dotnet script, 0.28.0 at the time of writing:
9+
Example, shows the version of the dotnet script, 0.29.1 at the time of writing:
1010

1111
```shell
1212
docker run --rm -it hjerpbakk/dotnet-script --version
1313

14-
0.28.0
14+
0.29.1
1515
```
1616

1717
Running the script `foo.csx` with one argument:
@@ -30,4 +30,4 @@ Standing in this folder, use the following command to build the image locally:
3030
docker build -t hjerpbakk/dotnet-script:tag .
3131
```
3232

33-
Where `:tag` is an optioanl version number, like `:0.28.0`.
33+
Where `:tag` is an optioanl version number, like `:0.29.1`.

0 commit comments

Comments
 (0)