Skip to content

Commit

Permalink
OIS-48: Updated dev, rsyslog and service-base image version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski authored Sep 18, 2024
1 parent 8126bd1 commit e81da9b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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:6.1
FROM openlmis/service-base:7

COPY build/libs/*.jar /service.jar
COPY src/main/resources/db/demo-data/*.csv /demo-data/
Expand Down
8 changes: 4 additions & 4 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:9
image: openlmis/dev:10
links:
- db
- log
Expand All @@ -15,7 +15,7 @@ services:
env_file: .env

sonar:
image: openlmis/dev:9
image: openlmis/dev:10
links:
- db
- log
Expand All @@ -31,7 +31,7 @@ services:
env_file: .env

demo-data:
image: openlmis/dev:9
image: openlmis/dev:10
links:
- db
- log
Expand All @@ -56,6 +56,6 @@ services:
env_file: .env

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/auth:/var/log'
2 changes: 1 addition & 1 deletion docker-compose.erd-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ services:
env_file: .env

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/auth:/var/log'
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:

auth:
image: openlmis/dev:9
image: openlmis/dev:10
ports:
- "5005:5005"
- "8080:8080"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ services:
env_file: .env

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/auth:/var/log'

0 comments on commit e81da9b

Please sign in to comment.