Skip to content

Commit

Permalink
OLMIS-5467: Downgrade dev version to 4.1 and upgrade service-base ver…
Browse files Browse the repository at this point in the history
…sion to 2
  • Loading branch information
kpalkowska committed Nov 23, 2018
1 parent 50d91aa commit 688db4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openlmis/service-base:1
FROM openlmis/service-base:2

COPY build/libs/*.jar /service.jar
COPY src/main/resources/db/demo-data/*.csv /demo-data/
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"
services:

builder:
image: openlmis/dev:4.2
image: openlmis/dev:4.1
links:
- db
- redis
Expand All @@ -16,7 +16,7 @@ services:
env_file: .env

sonar:
image: openlmis/dev:4.2
image: openlmis/dev:4.1
links:
- db
- redis
Expand All @@ -33,7 +33,7 @@ services:
env_file: .env

demo-data:
image: openlmis/dev:4.2
image: openlmis/dev:4.1
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
Expand Up @@ -2,7 +2,7 @@ version: "2"
services:

requisition:
image: openlmis/dev:4.2
image: openlmis/dev:4.1
ports:
- "8080:8080"
- "5005:5005"
Expand Down

0 comments on commit 688db4d

Please sign in to comment.