diff options
author | Botond Hende <nettingman@gmail.com> | 2025-01-26 22:33:54 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2025-01-26 22:33:54 +0100 |
commit | bdaec1fec855004bcb596a89353fbf2d2f8611e3 (patch) | |
tree | 24970f842a2fabf249a091df0ca6603673757e5e /Dockerfile | |
parent | 0ab539adec7f441bf9e61199cf5a7cfbef4f5509 (diff) |
Diffstat (limited to 'Dockerfile')
-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 |