diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ USER spessman RUN wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh \ && chmod +x dotnet-install.sh \ - && ./dotnet-install.sh --runtime dotnet --channel 8.0 \ + && ./dotnet-install.sh --runtime dotnet --channel 9.0 \ && rm dotnet-install.sh EXPOSE 1212/tcp |