Skip to content

Commit

Permalink
CQI-14: Use OpenLMIS/dev:7
Browse files Browse the repository at this point in the history
  • Loading branch information
anawrotsoldevelo committed Dec 18, 2023
1 parent 03c078c commit 8f0313c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ sonarqube {
}

pmd {
toolVersion = '6.0.1'
toolVersion = '5.4.0'
consoleOutput = true
ignoreFailures = false
ruleSetFiles = files("config/pmd/ruleset.xml")
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.builder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
builder:
image: openlmis/dev:6
image: openlmis/dev:7
links:
- db
- log
Expand All @@ -15,7 +15,7 @@ services:
JAVA_OPTS: '-Dlogging.config=/logback.xml'
env_file: .env
sonar:
image: openlmis/dev:6
image: openlmis/dev:7
links:
- db
- log
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
template-service:
image: openlmis/dev:6
image: openlmis/dev:7
ports:
- "5005:5005"
- "8080:8080"
Expand Down

0 comments on commit 8f0313c

Please sign in to comment.