Skip to content

Commit

Permalink
upgrade .net
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 committed May 1, 2024
1 parent 13479cc commit dd7da2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/rockylinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN echo 'eval "$(starship init bash)"' >> ~/.bashrc
# install dev env
RUN dnf install nodejs npm python3 python3-pip php golang default-jdk mysql-server -y

RUN dnf install dotnet-sdk-6.0 -y
RUN dnf install dotnet-sdk-8.0 -y

WORKDIR /usr/bin

Expand Down
2 changes: 1 addition & 1 deletion container/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb

RUN apt update && apt install apt-transport-https -y

RUN apt update && apt install dotnet-sdk-6.0 -y
RUN apt update && apt install dotnet-sdk-8.0 -y

WORKDIR /usr/bin

Expand Down

0 comments on commit dd7da2a

Please sign in to comment.