Skip to content

Commit

Permalink
Move up to PostgreSQL 42.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn committed May 2, 2024
1 parent a5462b7 commit 0a0e08a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2017-2021 IBM Corp All Rights Reserved
# Copyright 2022-2023 Kyndryl, All Rights Reserved
# Copyright 2022-2024 Kyndryl, All Rights Reserved

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@
# RUN mvn -f /usr/pom.xml clean package

# FROM openliberty/open-liberty:21.0.0.9-kernel-slim-java11-openj9-ubi
FROM openliberty/open-liberty:23.0.0.12-full-java17-openj9-ubi
FROM openliberty/open-liberty:24.0.0.3-full-java17-openj9-ubi

# ARG extract_keycloak_cert
USER root
Expand Down
2 changes: 1 addition & 1 deletion src/main/liberty/config/includes/postgres.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dataSource id="PortfolioDB" jndiName="jdbc/Portfolio/PortfolioDB" connectionManagerRef="dbConnections" type="javax.sql.ConnectionPoolDataSource" transactional="true" isolationLevel="TRANSACTION_REPEATABLE_READ">
<jdbcDriver javax.sql.ConnectionPoolDataSource="org.postgresql.ds.PGConnectionPoolDataSource">
<library name="Postgres" description="PostgreSQL JDBC driver jar">
<file id="postgres" name="/config/prereqs/postgresql-42.7.1.jar"/>
<file id="postgres" name="/config/prereqs/postgresql-42.7.3.jar"/>
</library>
</jdbcDriver>
<properties.postgresql serverName="${env.JDBC_HOST}" portNumber="${env.JDBC_PORT}" databaseName="${env.JDBC_DB}"
Expand Down

0 comments on commit 0a0e08a

Please sign in to comment.