Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuhaotc committed Feb 18, 2024
1 parent 22e53f1 commit dd85cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebSSH/Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE 443
RUN apt-get update; apt-get install -y fontconfig fonts-liberation
RUN fc-cache -f -v

FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["WebSSH/Server/WebSSH.Server.csproj", "WebSSH/Server/"]
COPY ["WebSSH/Client/WebSSH.Client.csproj", "WebSSH/Client/"]
Expand Down

0 comments on commit dd85cc8

Please sign in to comment.