Skip to content

Commit fa87daa

Browse files
authored
Update dotnet version from 8.0 to 9.0. (#400)
1 parent c877bd8 commit fa87daa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

containers/init/build/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim
15+
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim
1616

1717
RUN mkdir -p /src/workspace
1818
WORKDIR /src/workspace

containers/pre_built_workers/dotnet/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim
15+
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim
1616

1717
RUN mkdir -p /pre
1818
WORKDIR /pre
@@ -40,7 +40,7 @@ RUN dotnet publish -c Release -o qps_worker perf/benchmarkapps/QpsWorker/
4040

4141
# Note that the QpsWorker built by "dotnet publish" in the previous step needs to be runnable
4242
# with the runtime image below.
43-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim
43+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim
4444

4545
# Enable dynamic profile-guided optimization
4646
# https://gist.github.com/EgorBo/dc181796683da3d905a5295bfd3dd95b

containers/runtime/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim
15+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim
1616

1717
RUN mkdir -p /src/workspace
1818
WORKDIR /src/workspace

0 commit comments

Comments
 (0)