Skip to content

Commit

Permalink
upgrade to liberty 21.0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
  • Loading branch information
lmsurpre committed Mar 29, 2021
1 parent 67e3e1f commit 78a9cba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions fhir-install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ----------------------------------------------------------------------------
# Stage: Base

FROM openliberty/open-liberty:21.0.0.1-full-java8-openj9-ubi as base
FROM openliberty/open-liberty:21.0.0.3-full-java8-openj9-ubi as base

ENV LICENSE accept

Expand All @@ -25,7 +25,7 @@ USER 1001
# ----------------------------------------------------------------------------
# Stage: Runnable

FROM openliberty/open-liberty:21.0.0.1-full-java8-openj9-ubi
FROM openliberty/open-liberty:21.0.0.3-full-java8-openj9-ubi

ARG FHIR_VERSION=4.6.0

Expand Down
2 changes: 1 addition & 1 deletion fhir-install/src/main/resources/scripts/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SETLOCAL ENABLEDELAYEDEXPANSION

set LIBERTY_VERSION=21.0.0.1
set LIBERTY_VERSION=21.0.0.3

echo Executing %0 to deploy the fhir-server web application...

Expand Down
2 changes: 1 addition & 1 deletion fhir-install/src/main/resources/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
###############################################################################

export LIBERTY_VERSION="21.0.0.1"
export LIBERTY_VERSION="21.0.0.3"

echo "
Executing $0 to deploy the fhir-server web application...
Expand Down
2 changes: 1 addition & 1 deletion fhir-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>IBM FHIR Server</name>

<properties>
<liberty.version>21.0.0.1</liberty.version>
<liberty.version>21.0.0.3</liberty.version>
<!-- There are breaking changes in 10.15+ don't upgrade beyond this -->
<derby.version>10.14.2.0</derby.version>
<db2.version>11.5.5.0</db2.version>
Expand Down

0 comments on commit 78a9cba

Please sign in to comment.