Skip to content

Commit 601be39

Browse files
sonar update (#603)
1 parent 2b2de08 commit 601be39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN npm install
1212
COPY ./website /app/website
1313
RUN npm run build
1414

15-
FROM sonarsource/sonar-scanner-cli:4 AS sonarqube_scan
15+
FROM sonarsource/sonar-scanner-cli:11 AS sonarqube_scan
1616
WORKDIR /app
1717
ARG SONAR_TOKEN
1818
COPY --from=builder /app/website/build /app

0 commit comments

Comments
 (0)