File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ updates:
1212 schedule :
1313 interval : " daily"
1414
15- # Docker - docker/openemr/8.0 .0
15+ # Docker - docker/openemr/8.1 .0
1616 - package-ecosystem : " docker"
17- directory : " /docker/openemr/8.0 .0"
17+ directory : " /docker/openemr/8.1 .0"
1818 schedule :
1919 interval : " daily"
2020
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN ln -sf /usr/bin/php${PHP_VERSION_ABBR} /usr/bin/php
9090# Install composer for openemr package building
9191RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
9292
93- ARG OPENEMR_VERSION=rel-800
93+ ARG OPENEMR_VERSION=rel-810
9494RUN apk add --no-cache build-base \
9595 && git clone https://github.com/openemr/openemr.git --branch "${OPENEMR_VERSION}" --depth 1 \
9696 && rm -rf openemr/.git \
Original file line number Diff line number Diff line change 1- 8.0 .0
1+ 8.1 .0
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ version: 1
1919
2020slots :
2121 current :
22- minor : " 8.0 "
22+ minor : " 8.1 "
2323 # "8.0.0.3" is legacy quaternary (4-part) versioning. 8.1.x onward uses
2424 # plain semver. When current rotates off the 8.0.0.x line, this becomes a
2525 # plain 3-part version. See #746.
26- full : " 8.0.0.3 "
27- branch : " rel-800 "
28- docker_dir : " 8.0 .0"
26+ full : " 8.1.0 "
27+ branch : " rel-810 "
28+ docker_dir : " 8.1 .0"
2929 next :
3030 minor : " 8.1"
3131 full : " 8.1.0"
You can’t perform that action at this time.
0 commit comments