Skip to content

Commit 82f94d1

Browse files
committed
change version of dockerfile
1 parent 3c4a952 commit 82f94d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use official .NET SDK image as base
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
2+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
33
ARG VERSION=v1.0.2
44
ENV VERSION=${VERSION}
55

0 commit comments

Comments
 (0)