Skip to content

Commit

Permalink
OLMIS-6128: updated docker dev image to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkwiatkowskisoldevelo committed Apr 3, 2019
1 parent bb7ceff commit 3ac0b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:4.2
image: openlmis/dev:5.2
links:
- db
- log
Expand All @@ -15,7 +15,7 @@ services:
JAVA_OPTS: '-Dlogging.config=/logback.xml'
env_file: .env
sonar:
image: openlmis/dev:4.2
image: openlmis/dev:5.2
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:4.2
image: openlmis/dev:5.2
ports:
- "5005:5005"
- "8080:8080"
Expand Down

0 comments on commit 3ac0b95

Please sign in to comment.