Skip to content

Commit

Permalink
build(deps): update dotnet monorepo (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 3a1b0a0 commit 66732e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/Helpdesk.Relational/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0@sha256:c9547e412ce5a6ccb27e75a25672a007a7a0d6a61bbd7b73cc7d53d9e7d93b1c AS base
FROM mcr.microsoft.com/dotnet/aspnet:6.0@sha256:d95d16bb69c6c22a11116838eae79ce58687a2a1a64d7fa8caa8518b5a86c925 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:2c83e0a1f2097ed9ade26584f07861b47acb8028db5c41c6cf4cc4d074940dc5 AS build
FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:2ef9143016863d3b23ee9c9355e4a6730d861c8ab726ade6bd07c27c94c23514 AS build
WORKDIR /src
COPY . .
WORKDIR "/src/samples/Helpdesk.Relational"
Expand Down

0 comments on commit 66732e6

Please sign in to comment.