Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to liberty 21.0.0.3 #2168

Merged
merged 1 commit into from
Mar 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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