Skip to content

Commit

Permalink
OIS-48: Updated dev, rsyslog and service-base image version (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski authored Sep 18, 2024
1 parent efe9f9f commit e385609
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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
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:9
image: openlmis/dev:10
links:
- db
- log
Expand All @@ -16,7 +16,7 @@ services:
env_file: .env

sonar:
image: openlmis/dev:9
image: openlmis/dev:10
links:
- db
- log
Expand Down Expand Up @@ -44,6 +44,6 @@ services:
depends_on: [log]

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/referencedata:/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 @@ -17,6 +17,6 @@ services:
env_file: .env

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

referencedata:
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 @@ -19,7 +19,7 @@ services:
depends_on: [log]

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
ports:
- "514"
- "12514:514/udp"
Expand Down

0 comments on commit e385609

Please sign in to comment.