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

Commit 9e648de

Browse files
committed
Upgrade the dev image to apline 3.8 & the latest sonar-scala snapshot.
1 parent da25144 commit 9e648de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# which can be mounted as a volume into a SonarQube container.
33
# This image is intended to be used for local development purposes.
44

5-
FROM alpine:3.7
5+
FROM alpine:3.8
66

77
ARG SONAR_SCALA_VERSION
88

dev/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
set -eu
33

4-
export SONAR_SCALA_VERSION=7.0.0-SNAPSHOT
4+
export SONAR_SCALA_VERSION=7.1.0-SNAPSHOT
55
cp ~/.ivy2/local/com.github.mwz/sonar-scala_2.12/${SONAR_SCALA_VERSION}/jars/sonar-scala_2.12-assembly.jar .
66
docker build -t mwizner/sonarqube-scala-plugins:dev --build-arg SONAR_SCALA_VERSION=${SONAR_SCALA_VERSION} .

0 commit comments

Comments
 (0)