Skip to content

Commit

Permalink
issue #2461 - upgrade to liberty 21.0.0.5
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 Jun 3, 2021
1 parent da32223 commit ec8a4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-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 ec8a4ac

Please sign in to comment.