Skip to content

Commit

Permalink
feat: targeting .net 8 and upgraded all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop-zengenti committed Sep 24, 2024
1 parent 7036d2a commit 2d9a6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.localdevelopment.unit.specs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS base
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookwork-slim AS base

WORKDIR /app
EXPOSE 5000

FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookwork-slim AS build
WORKDIR /src

COPY ["src/Zengenti.Contensis.RequestHandler.Domain/", "src/Zengenti.Contensis.RequestHandler.Domain/"]
Expand Down

0 comments on commit 2d9a6b4

Please sign in to comment.