Skip to content

Commit 297873b

Browse files
authored
Merge pull request #10 from DaanSelen/dockerfix
2 parents b77c89d + 6a69471 commit 297873b

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
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS builder
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS builder
22

33
WORKDIR /build
44
COPY . /build

0 commit comments

Comments
 (0)