Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dotnet from 6.0 to 8.0 #171

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ docker run -ti --rm \
| `go` |`go-toolset` |
| `gopls` |`golang.org/x/tools/gopls` |
|--------.NET---------|-------------------------------------|
| `dotnet` |`dotnet-sdk-6.0` |
| `dotnet` |`dotnet-sdk-8.0` |
|------PYTHON---------|-------------------------------------|
| `python` |`python3.11` |
| `setuptools` |`python3.11-setuptools` |
Expand Down
2 changes: 1 addition & 1 deletion universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ENV PHP_DEFAULT_INCLUDE_PATH=/usr/share/pear \
HTTPD_VAR_PATH=/var

# .NET
ENV DOTNET_RPM_VERSION=6.0
ENV DOTNET_RPM_VERSION=8.0
RUN dnf install -y dotnet-hostfxr-${DOTNET_RPM_VERSION} dotnet-runtime-${DOTNET_RPM_VERSION} dotnet-sdk-${DOTNET_RPM_VERSION}

# rust
Expand Down
Loading