Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit f0078cb

Browse files
authored
alpinelinux link changed
trying to use the Dockerfile, I had to update the link to make it work.
1 parent ea3d055 commit f0078cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.6
22

3-
RUN apk --no-cache add --repository http://dl-cdn.alpinelinux.org/alpine/3.6/community wget ca-certificates
3+
RUN apk --no-cache add --repository http://dl-4.alpinelinux.org/alpine/v3.6/community wget ca-certificates
44

55
WORKDIR /tmp/sonarqube/plugins
66
RUN wget https://github.com/Sagacify/sonar-scala/releases/download/v0.0.3/sonar-scala-plugin-0.0.3.jar

0 commit comments

Comments
 (0)