Skip to content

Commit

Permalink
Updated SonarScanner image for dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimesantosferreira committed Dec 5, 2022
1 parent 7df3bdc commit 737a504
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0.100
FROM mcr.microsoft.com/dotnet/sdk:6.0.403

# Dockerfile meta-information
LABEL maintainer="NOS Inovação S.A." \
app_name="dotnet-sonar"

ENV SONAR_SCANNER_MSBUILD_VERSION=5.8.0.52797 \
DOTNETCORE_SDK=7.0.100 \
DOTNETCORE_RUNTIME=7.0.0 \
ENV SONAR_SCANNER_MSBUILD_VERSION=5.9.0.57893 \
DOTNETCORE_SDK=6.0.403 \
DOTNETCORE_RUNTIME=6.0.11 \
NETAPP_VERSION=net5.0 \
DOCKER_VERSION=5:20.10.21~3-0~debian-bullseye \
CONTAINERD_VERSION=1.6.10-1 \
Expand Down

0 comments on commit 737a504

Please sign in to comment.