Skip to content

Commit 6a9a3fd

Browse files
committed
ci: fixes docker build net version
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent c028a75 commit 6a9a3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.2
2-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
2+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build-env
33
WORKDIR /app
44
ARG VSS_NUGET_URI_PREFIXES
55
ARG VSS_NUGET_EXTERNAL_FEED_ENDPOINTS

0 commit comments

Comments
 (0)