summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-01-26 22:33:54 +0100
committerBotond Hende <nettingman@gmail.com>2025-01-26 22:33:54 +0100
commitbdaec1fec855004bcb596a89353fbf2d2f8611e3 (patch)
tree24970f842a2fabf249a091df0ca6603673757e5e
parent0ab539adec7f441bf9e61199cf5a7cfbef4f5509 (diff)
updated to dotnet 9.0HEADmaster
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5602810..7740a4f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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