summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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