Skip to content

Commit

Permalink
Update .NET from 6.0 to 8.0 (#171)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Popescu <[email protected]>
  • Loading branch information
popalex authored May 20, 2024
1 parent 045b16e commit 88d1b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 88d1b4c

Please sign in to comment.