File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM mcr.microsoft.com/dotnet/sdk:9 .0@sha256:7d24e90a392e88eb56093e4eb325ff883ad609382a55d42f17fd557b997022ca AS build
15+ FROM mcr.microsoft.com/dotnet/sdk:10 .0@sha256:d599d654aa6fd7baabe54b4272dc475768307ef4d8a07d6e9f9b50b7b1758059 AS build
1616WORKDIR /app
1717COPY . .
1818RUN dotnet restore cartservice.csproj
@@ -22,7 +22,7 @@ FROM build AS publish
2222RUN dotnet publish cartservice.csproj -c Debug -o /out
2323
2424# Building final image used in running container
25- FROM mcr.microsoft.com/dotnet/aspnet:9 .0@sha256:372b16214ae67e3626a5b1513ade4a530eae10c172d56ce696163b046565fa46 AS final
25+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0@sha256:5b558c0d5f65031e34528f0c68c954f03f4db77ee18504cad183d239328f55ca AS final
2626# Installing procps on the container to enable debugging of .NET Core
2727RUN apt-get update \
2828 && apt-get install -y unzip procps wget
You can’t perform that action at this time.
0 commit comments