Skip to content

Commit 626ca02

Browse files
Update mcr.microsoft.com/dotnet/sdk Docker tag to v10
1 parent caf2a7b commit 626ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env
5+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build-env
66

77
# Install Node.js 18
88
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \

0 commit comments

Comments
 (0)