Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v8.0.4…
Browse files Browse the repository at this point in the history
…02 (#887)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent cd7160b commit 9cb09ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Applications/AdminCli/src/AdminCli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0.8 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.402 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down

0 comments on commit 9cb09ac

Please sign in to comment.