Skip to content

Commit

Permalink
Fix broken Docker container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
k7hpn committed Mar 13, 2024
1 parent a274230 commit 795e797
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## [4.1] - 2023-03-13

### Fixed

- Fix invalid Docker container tag

## [4] - 2023-03-13

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

- GitHub Action for using dotnet outdated

[4.1]: https://github.com/MCLD/dotnet-outdated-action/tree/v4.1
[4]: https://github.com/MCLD/dotnet-outdated-action/tree/v4
[3]: https://github.com/MCLD/dotnet-outdated-action/tree/v3
[2]: https://github.com/MCLD/dotnet-outdated-action/tree/v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8
FROM mcr.microsoft.com/dotnet/sdk:8.0

RUN dotnet tool install --global dotnet-outdated-tool

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: mcld/dotnet-outdated-action@v4
- uses: mcld/dotnet-outdated-action@v4.1
```
## Version History
- v4: .NET Core 8
- v4.1: .NET Core 8
- v3: .NET Core 7
- v2: .NET Core 6
- v1: .NET Core 5
Expand Down

0 comments on commit 795e797

Please sign in to comment.