Skip to content

Commit

Permalink
Merge pull request #2463 from IBM/issue-2461
Browse files Browse the repository at this point in the history
issue #2461 - upgrade to liberty 21.0.0.5
  • Loading branch information
lmsurpre authored and tbieste committed Jun 9, 2021
2 parents aa45b5b + 3f1de14 commit 492ee18
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.3-kernel-slim-java11-openj9-ubi as base
FROM openliberty/open-liberty:21.0.0.5-kernel-slim-java11-openj9-ubi as base

USER root
RUN yum install -y unzip
Expand All @@ -22,7 +22,7 @@ COPY src/main/docker/ibm-fhir-server/bootstrap.sh /opt/ibm-fhir-server/
# ----------------------------------------------------------------------------
# Stage: Runnable

FROM openliberty/open-liberty:21.0.0.3-kernel-slim-java11-openj9-ubi
FROM openliberty/open-liberty:21.0.0.5-kernel-slim-java11-openj9-ubi

ARG VERBOSE=true
ARG FHIR_VERSION=4.9.0-SNAPSHOT
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.3
set LIBERTY_VERSION=21.0.0.5

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.3"
export LIBERTY_VERSION="21.0.0.5"

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 @@ -38,7 +38,7 @@
</developers>

<properties>
<liberty.version>21.0.0.3</liberty.version>
<liberty.version>21.0.0.5</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 492ee18

Please sign in to comment.