Skip to content

Commit

Permalink
build(deps): update dotnet monorepo (#337)
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 Oct 16, 2024
1 parent 879a8f4 commit ab72068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.402",
"version": "8.0.403",
"rollForward": "latestMajor",
"allowPrerelease": false
}
Expand Down
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:7155a73c14fa51599ea17597c1ef8834d12acacb68b6c867a4eee091b6e47d72 AS base
FROM mcr.microsoft.com/dotnet/aspnet:6.0@sha256:77d7cfafdb6f026cb5dfead0a05ca43f22d6f28c1a94772c8114f2400106c923 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

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

0 comments on commit ab72068

Please sign in to comment.