Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo to v9 (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 16, 2024
1 parent f5b4854 commit 2790b06
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:a364676fedc145cf88caad4bfb3cc372aae41e596c54e8a63900a2a1c8e364c6 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:5ebec4cc68e8b6e72746ba0d098413d4d236ccde2f022a2c02185899669f4bc4 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:84a93198d134a82a8f41c88b96adc6bfc2caf1d91ad25d5f25d90279938e1c4d AS final
FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:8a2426f66bc7a517f11d017b09dfe5f5b44bbcb4c893bf74a20a94d9db3a0a91 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 2790b06

Please sign in to comment.