Skip to content

Commit 5b9b191

Browse files
committed
Upgrading to .NET 9
1 parent b8b5d6e commit 5b9b191

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
@@ -5,7 +5,7 @@ COPY eform-angular-frontend/eform-client ./
55
RUN yarn install
66
RUN npm run build
77

8-
FROM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build-env
8+
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build-env
99
WORKDIR /app
1010
ARG GITVERSION
1111
ARG PLUGINVERSION
@@ -20,7 +20,7 @@ RUN dotnet publish ItemsPlanning.Pn -o ItemsPlanning.Pn/out /p:Version=$PLUGINVE
2020
RUN dotnet publish GreateBelt.Pn -o GreateBelt.Pn/out /p:Version=$PLUGIN4VERSION --runtime linux-x64 --configuration Release
2121

2222
# Build runtime image
23-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble
23+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble
2424
WORKDIR /app
2525
COPY --from=build-env /app/eFormAPI.Web/out .
2626
RUN mkdir -p ./Plugins/ItemsPlanning.Pn

0 commit comments

Comments
 (0)