Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 10, 2023
1 parent 14c763c commit 61237ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cartservice/src/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:c3d084185dee85aa204797dd228e3e720a14dbcfe4e785b40b9df189f79c7190 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:59f413dc008920fdb35772fd91d0fb777b006f443a8d5ba5aba615a54deba613 AS build
WORKDIR /app
COPY . .
RUN dotnet restore cartservice.csproj
Expand All @@ -22,7 +22,7 @@ FROM build AS publish
RUN dotnet publish cartservice.csproj -c Debug -o /out

# Building final image used in running container
FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:50ce31f344695bbe815ea63ebd314558516f084bf3a904a8607a5ca4bd50d310 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:265b3513b4c4c54742e933ee5968921c38a67c01fc779056a1fa710b41e4642c AS final
# Installing procps on the container to enable debugging of .NET Core
RUN apt-get update \
&& apt-get install -y unzip procps wget
Expand Down

0 comments on commit 61237ae

Please sign in to comment.