Skip to content

Commit 45818e8

Browse files
committed
upgrade scripting to 7.0.1
1 parent 4b78545 commit 45818e8

14 files changed

+17
-17
lines changed

packages/express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenEMR Cloud Express
22

3-
OpenEMR Cloud Express on the AWS Marketplace provides OpenEMR 7.0.0, an embedded MySQL server, and rotated, automatic backups of all OpenEMR configuration and health information.
3+
OpenEMR Cloud Express on the AWS Marketplace provides OpenEMR 7.0.1, an embedded MySQL server, and rotated, automatic backups of all OpenEMR configuration and health information.
44

55
## Installation
66

packages/express_plus/OpenEMR-Express-Plus-Recovery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "OpenEMR Express Plus v7.0.0 cloud deployment [recovery]",
3+
"Description": "OpenEMR Express Plus v7.0.1 cloud deployment [recovery]",
44
"Mappings": {
55
"RegionData": {
66
"ap-northeast-1": {

packages/express_plus/OpenEMR-Express-Plus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "OpenEMR Express Plus v7.0.0 cloud deployment",
3+
"Description": "OpenEMR Express Plus v7.0.1 cloud deployment",
44
"Mappings": {
55
"RegionData": {
66
"ap-northeast-1": {

packages/express_plus/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def setOutputs(t, args):
575575
t = Template()
576576

577577
t.add_version('2010-09-09')
578-
descString='OpenEMR Express Plus v7.0.0 cloud deployment'
578+
descString='OpenEMR Express Plus v7.0.1 cloud deployment'
579579
if (args.dev):
580580
descString += ' [developer]'
581581
if (args.recovery):

packages/lightsail/docker-compose.arm.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
MYSQL_ROOT_PASSWORD: root
1111
openemr:
1212
restart: always
13-
build: ../../docker/openemr/7.0.0
13+
build: ../../docker/openemr/7.0.1
1414
ports:
1515
- 80:80
1616
- 443:443

packages/lightsail/docker-compose.arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
MYSQL_ROOT_PASSWORD: root
1515
openemr:
1616
restart: always
17-
image: openemr/openemr:7.0.0
17+
image: openemr/openemr:7.0.1
1818
ports:
1919
- 80:80
2020
- 443:443

packages/lightsail/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
MYSQL_ROOT_PASSWORD: root
1515
openemr:
1616
restart: always
17-
build: ../../docker/openemr/7.0.0
17+
build: ../../docker/openemr/7.0.1
1818
ports:
1919
- 80:80
2020
- 443:443

packages/lightsail/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
MYSQL_ROOT_PASSWORD: root
1212
openemr:
1313
restart: always
14-
image: openemr/openemr:7.0.0
14+
image: openemr/openemr:7.0.1
1515
ports:
1616
- 80:80
1717
- 443:443

packages/lightsail/docker-compose.shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
MYSQL_ROOT_PASSWORD: root
1212
openemr:
1313
restart: always
14-
image: openemr/openemr:7.0.0
14+
image: openemr/openemr:7.0.1
1515
ports:
1616
- 80:80
1717
- 443:443

packages/lightsail/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OVERRIDEDOCKER=$CURRENTDOCKER
1919
DEVELOPERMODE=0
2020
EMPTYSHELLMODE=0
2121
REPOBRANCH=master
22-
CURRENTBUILD=7.0.0
22+
CURRENTBUILD=7.0.1
2323
OVERRIDEBUILD=$CURRENTBUILD
2424

2525
while getopts "es:b:t:d:" opt; do

0 commit comments

Comments
 (0)