Skip to content

Commit fb9304f

Browse files
Specify current docker image (#382)
bugfix: revert earlier utility change
1 parent 20d4654 commit fb9304f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lightsail/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exec > /var/log/lightsail-launch.log 2>&1
1313
SWAPAMT=1
1414
SWAPPATHNAME=/mnt/auto.swap
1515

16-
CURRENTDOCKER=openemr:latest
16+
CURRENTDOCKER=openemr:7.0.2
1717
OVERRIDEDOCKER=$CURRENTDOCKER
1818

1919
DEVELOPERMODE=0

0 commit comments

Comments
 (0)