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

Commit

Permalink
Merge pull request #7 from DFE-Digital/renovate/major-dotnet-monorepo
Browse files Browse the repository at this point in the history
Update dotnet monorepo to v7 (major)
  • Loading branch information
DrizzlyOwl authored Mar 18, 2024
2 parents b13f745 + f2f32f8 commit e3a3bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0-bullseye-slim AS build
WORKDIR /build

ENV DEBIAN_FRONTEND=noninteractive
Expand All @@ -9,7 +9,7 @@ COPY . .


ARG ASPNET_IMAGE_TAG
FROM mcr.microsoft.com/dotnet/aspnet:6.0.9-bullseye-slim AS final
FROM mcr.microsoft.com/dotnet/aspnet:7.0.17-bullseye-slim AS final

COPY --from=build /app /app

Expand Down

0 comments on commit e3a3bfe

Please sign in to comment.