We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf2a7b commit 626ca02Copy full SHA for 626ca02
Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build-env
6
7
# Install Node.js 18
8
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
0 commit comments