Skip to content

Commit cf7720c

Browse files
committed
Fix Dockerfile version.
1 parent c7b1f70 commit cf7720c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env
22

33
# Copy everything and restore
44
WORKDIR /app
@@ -16,6 +16,6 @@ LABEL com.github.actions.icon="alert-circle"
1616
LABEL com.github.actions.color="yellow"
1717

1818
# Build the runtime image
19-
FROM mcr.microsoft.com/dotnet/runtime:8.0
19+
FROM mcr.microsoft.com/dotnet/runtime:9.0
2020
COPY --from=build-env /app/out .
2121
ENTRYPOINT [ "dotnet", "/DotNet.VersionSweeper.dll" ]

0 commit comments

Comments
 (0)