Skip to content

Commit

Permalink
net9 not available on focal (but supported, according to MS?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Feb 11, 2025
1 parent b4b4eb7 commit 1669913
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/docker/ubuntu-focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ ENV PATH /usr/lib/dart/bin:$PATH

RUN apt-get install -y --no-install-recommends \
`# dotnet core dependencies` \
dotnet-sdk-9.0 \
dotnet-runtime-9.0 \
aspnetcore-runtime-9.0 \
dotnet-apphost-pack-9.0
dotnet-sdk-8.0 \
dotnet-runtime-8.0 \
aspnetcore-runtime-8.0 \
dotnet-apphost-pack-8.0

# Erlang dependencies
ARG ERLANG_OTP_VERSION=23.3.4.11
Expand Down

0 comments on commit 1669913

Please sign in to comment.