Skip to content

Commit 34cf5d6

Browse files
authored
Merge pull request #7 from k7hpn/fix/docker-container-tag
Fix broken Docker container tag
2 parents a274230 + 795e797 commit 34cf5d6

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [4.1] - 2023-03-13
8+
9+
### Fixed
10+
11+
- Fix invalid Docker container tag
12+
713
## [4] - 2023-03-13
814

915
### Updated
@@ -28,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2834

2935
- GitHub Action for using dotnet outdated
3036

37+
[4.1]: https://github.com/MCLD/dotnet-outdated-action/tree/v4.1
3138
[4]: https://github.com/MCLD/dotnet-outdated-action/tree/v4
3239
[3]: https://github.com/MCLD/dotnet-outdated-action/tree/v3
3340
[2]: https://github.com/MCLD/dotnet-outdated-action/tree/v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0
22

33
RUN dotnet tool install --global dotnet-outdated-tool
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- uses: mcld/dotnet-outdated-action@v4
22+
- uses: mcld/dotnet-outdated-action@v4.1
2323
```
2424
2525
## Version History
2626
27-
- v4: .NET Core 8
27+
- v4.1: .NET Core 8
2828
- v3: .NET Core 7
2929
- v2: .NET Core 6
3030
- v1: .NET Core 5

0 commit comments

Comments
 (0)