Skip to content

Commit

Permalink
OZ-760: Set 'O3_DOCKER_IMAGE_TAG' to 'nightly' and OpenMRS core 'nigh…
Browse files Browse the repository at this point in the history
…tly-amazoncorretto-11' (#129)
  • Loading branch information
kdaud authored Dec 17, 2024
1 parent 3f893d0 commit 49cee12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SPA_CONFIG_URLS=/openmrs/spa/configs/ozone-frontend-config.json
SPA_DEFAULT_LOCALE=en

# OpenMRS frontend and backend Docker image tag
O3_DOCKER_IMAGE_TAG=3.1.1
O3_DOCKER_IMAGE_TAG=

#
# MySQL
Expand Down
2 changes: 1 addition & 1 deletion bundled-docker/openmrs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openmrs/openmrs-core:2.6.7
FROM openmrs/openmrs-core:nightly-amazoncorretto-11

# Add modules & configurations for the ozone distribution
ADD distro/binaries/openmrs/modules /openmrs/distribution/openmrs_modules
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-openmrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
timeout: 5s
retries: 48
start_period: 120s
image: openmrs/openmrs-core:2.6.7
image: openmrs/openmrs-core:nightly-amazoncorretto-11
labels:
traefik.enable: "true"
traefik.http.routers.openmrs.rule: "Host(`${O3_HOSTNAME}`) && PathPrefix(`/openmrs`)"
Expand Down

0 comments on commit 49cee12

Please sign in to comment.