File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9 .0@sha256:03a7d87512a743b3d53416adae79eb89d2a7163de78bb58e7bc7b7e262e25750 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10 .0@sha256:0a506ab0c8aa077361af42f82569d364ab1b8741e967955d883e3f23683d473a AS build
22WORKDIR /src
33COPY "packaging/tests/shared/dotnet/DotNetTestApp.csproj" .
44RUN dotnet restore "DotNetTestApp.csproj"
@@ -8,7 +8,7 @@ RUN dotnet build "DotNetTestApp.csproj" -c Release -o /app/build
88FROM build AS publish
99RUN dotnet publish "DotNetTestApp.csproj" -c Release -o /app/publish
1010
11- FROM debian:12 @sha256:34e7f0ae7c10a61bfbef6e1b2ed205d9b47bb12e90c50696f729a5c7a01cf1f2 AS final
11+ FROM debian:13 @sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 AS final
1212
1313ARG ARCH=amd64
1414ARG RPM_ARCH=x86_64
Original file line number Diff line number Diff line change 1- FROM debian:12 @sha256:34e7f0ae7c10a61bfbef6e1b2ed205d9b47bb12e90c50696f729a5c7a01cf1f2
1+ FROM debian:13 @sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91
22
33ARG ARCH=amd64
44ARG tomcat_download_url
Original file line number Diff line number Diff line change 1- FROM debian:12 @sha256:34e7f0ae7c10a61bfbef6e1b2ed205d9b47bb12e90c50696f729a5c7a01cf1f2
1+ FROM debian:13 @sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91
22
33ARG ARCH=amd64
44
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9 .0@sha256:03a7d87512a743b3d53416adae79eb89d2a7163de78bb58e7bc7b7e262e25750 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10 .0@sha256:0a506ab0c8aa077361af42f82569d364ab1b8741e967955d883e3f23683d473a AS build
22WORKDIR /src
33COPY "packaging/tests/shared/dotnet/DotNetTestApp.csproj" .
44RUN dotnet restore "DotNetTestApp.csproj"
@@ -8,7 +8,7 @@ RUN dotnet build "DotNetTestApp.csproj" -c Release -o /app/build
88FROM build AS publish
99RUN dotnet publish "DotNetTestApp.csproj" -c Release -o /app/publish
1010
11- FROM fedora:41 @sha256:f1a3fab47bcb3c3ddf3135d5ee7ba8b7b25f2e809a47440936212a3a50957f3d AS final
11+ FROM fedora:45 @sha256:af8cdc432037f5e8e288bbc26c2b55b96000a911ec5b37959cd464d830f6cc5b AS final
1212
1313ARG ARCH=amd64
1414ARG RPM_ARCH=x86_64
Original file line number Diff line number Diff line change 1- FROM fedora:41 @sha256:f1a3fab47bcb3c3ddf3135d5ee7ba8b7b25f2e809a47440936212a3a50957f3d
1+ FROM fedora:45 @sha256:af8cdc432037f5e8e288bbc26c2b55b96000a911ec5b37959cd464d830f6cc5b
22
33ARG ARCH=amd64
44ARG RPM_ARCH=x86_64
Original file line number Diff line number Diff line change 1- FROM fedora:41 @sha256:f1a3fab47bcb3c3ddf3135d5ee7ba8b7b25f2e809a47440936212a3a50957f3d
1+ FROM fedora:45 @sha256:af8cdc432037f5e8e288bbc26c2b55b96000a911ec5b37959cd464d830f6cc5b
22
33ARG ARCH=amd64
44ARG RPM_ARCH=x86_64
You can’t perform that action at this time.
0 commit comments