We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2de08 commit 601be39Copy full SHA for 601be39
Dockerfile
@@ -12,7 +12,7 @@ RUN npm install
12
COPY ./website /app/website
13
RUN npm run build
14
15
-FROM sonarsource/sonar-scanner-cli:4 AS sonarqube_scan
+FROM sonarsource/sonar-scanner-cli:11 AS sonarqube_scan
16
WORKDIR /app
17
ARG SONAR_TOKEN
18
COPY --from=builder /app/website/build /app
0 commit comments