Skip to content

Commit

Permalink
Start depending on dotent 8 instead of 7 in ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Dec 9, 2024
1 parent e8b0aa9 commit 5f26bd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN apt-get update \
libgtk-3-0 \
libgbm1 \
libasound2 \
dotnet-runtime-7.0 \
dotnet-host-7.0 \
dotnet-sdk-7.0 \
dotnet-runtime-8.0 \
dotnet-host-8.0 \
dotnet-sdk-8.0 \
&& apt-get clean

COPY --chmod=755 .cirrus/xvfb /etc/init.d/
Expand Down

0 comments on commit 5f26bd6

Please sign in to comment.