Skip to content

Commit 718587f

Browse files
1 parent f2cd9c7 commit 718587f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docker/openemr/8.0.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
9191
RUN 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
9494
RUN 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 \

docker/openemr/current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
8.1.0

tools/release/versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ version: 1
1919

2020
slots:
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"

0 commit comments

Comments
 (0)