File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -x \
55
55
&& unzip -q sonarscanner-cli-any.zip \
56
56
&& mv sonar-scanner-*-any sonarscanner-cli-macosx-arm64 \
57
57
# Cleanup
58
- && rm -rf /opt/sd/sonarscanner-cli-any.zip /opt/sd/sonar-scanner-*-any
58
+ && rm -rf /opt/sd/sonarscanner-cli-any.zip /opt/sd/sonar-scanner-*
59
59
60
60
# Install common dependencies by target architcture
61
61
FROM base-${TARGETARCH} AS final
@@ -144,8 +144,8 @@ RUN set -x \
144
144
&& chmod +x /usr/local/bin/dumb-init \
145
145
&& cp /usr/local/bin/dumb-init /opt/sd/dumb-init \
146
146
# Install Sonar scanner cli
147
- && wget -O sonarscanner-cli-linux.zip "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472 -linux.zip" \
148
- && wget -O sonarscanner-cli-macosx.zip "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472 -macosx.zip" \
147
+ && wget -O sonarscanner-cli-linux.zip "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006 -linux.zip" \
148
+ && wget -O sonarscanner-cli-macosx.zip "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006 -macosx.zip" \
149
149
&& unzip -q sonarscanner-cli-linux.zip \
150
150
&& unzip -q sonarscanner-cli-macosx.zip \
151
151
&& mv sonar-scanner-*-linux sonarscanner-cli-linux \
You can’t perform that action at this time.
0 commit comments