Skip to content

Commit eb78926

Browse files
Merge pull request #99 from drone-plugins/feat/downgrade-sonar-cli
Update Dockerfile
2 parents ea56469 + e1eeef2 commit eb78926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ steps:
1919
when:
2020
ref:
2121
- "refs/pull/**" # Only run for pull requests
22-
- name: publish-2.3.2
22+
- name: publish-2.4.0
2323
image: plugins/docker:20
2424
settings:
2525
# auto_tag: true
2626
# auto_tag_suffix: v2.0.2-java17
2727
tags:
28-
- v2.3.2
28+
- v2.4.0
2929
# - latest
3030
# - stable-java17
3131
daemon_off: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
1515

1616
FROM amazoncorretto:17.0.8-alpine3.18
1717

18-
ARG SONAR_VERSION=6.1.0.4477
18+
ARG SONAR_VERSION=5.0.1.3006
1919
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
2020
ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
2121

0 commit comments

Comments
 (0)