Skip to content

Commit

Permalink
OIS-48: Updated dev, rsyslog and service-base image version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sradziszewski authored Sep 18, 2024
1 parent f9b0fa5 commit 61fc58e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 build/consul /consul
6 changes: 3 additions & 3 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:7
image: openlmis/dev:10
links:
- log
volumes:
Expand All @@ -14,7 +14,7 @@ services:
JAVA_OPTS: '-Dlogging.config=/logback.xml'
env_file: .env
sonar:
image: openlmis/dev:7
image: openlmis/dev:10
links:
- log
volumes:
Expand All @@ -31,6 +31,6 @@ services:
build: .
image: openlmis/diagnostics
log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/diagnostics:/var/log'
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:
diagnostics:
image: openlmis/dev:7
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 @@ -8,6 +8,6 @@ services:
- "8080"
env_file: .env
log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:3
volumes:
- '../logs/diagnostics:/var/log'

0 comments on commit 61fc58e

Please sign in to comment.