Skip to content

Commit

Permalink
Update dotnet version from 8.0 to 9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Nov 25, 2024
1 parent c877bd8 commit a788df3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/init/build/dotnet/Dockerfile
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-bookworm-slim
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim

RUN mkdir -p /src/workspace
WORKDIR /src/workspace
Expand Down
4 changes: 2 additions & 2 deletions containers/pre_built_workers/dotnet/Dockerfile
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-bookworm-slim
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim

RUN mkdir -p /pre
WORKDIR /pre
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN dotnet publish -c Release -o qps_worker perf/benchmarkapps/QpsWorker/

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

# Enable dynamic profile-guided optimization
# https://gist.github.com/EgorBo/dc181796683da3d905a5295bfd3dd95b
Expand Down
2 changes: 1 addition & 1 deletion containers/runtime/dotnet/Dockerfile
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/aspnet:8.0-bookworm-slim
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim

RUN mkdir -p /src/workspace
WORKDIR /src/workspace
Expand Down

0 comments on commit a788df3

Please sign in to comment.