Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update mcr.microsoft.com/dotnet/sdk Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 7a3ad70 commit 83047e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dfe.PrepareTransfers.Redirector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install
RUN npm run build

# Stage 2 - DotNet
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS dotnetBuild
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS dotnetBuild
WORKDIR /build
COPY . .
RUN rm -rf ./Dfe.PrepareTransfers.Redirector/wwwroot/src
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install
RUN npm run build

# Stage 2 - Build project
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS publish
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS publish
WORKDIR /build

COPY ./Dfe.PrepareTransfers.Data/ ./Dfe.PrepareTransfers.Data/
Expand Down

0 comments on commit 83047e4

Please sign in to comment.