Skip to content

Commit 54ea1b4

Browse files
committed
task(java): Second pr which actually moves us to Java 25. Do not merge this until we get PR #34264 merged and then these changes re-merged with main with the part1 changes.
ref: #33865
1 parent 4cfa6b9 commit 54ea1b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/java-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt update && \
2424
apt update && \
2525
apt install -y --no-install-recommends postgresql-common && \
2626
/usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && \
27-
apt install -y --no-install-recommends postgresql-client-16 && \
27+
apt install -y --no-install-recommends postgresql-client-18 && \
2828
apt purge -y postgresql-common gnupg && \
2929
/usr/bin/pg_dump --version || exit 1 && \
3030
rm -rf /var/lib/apt/lists/*

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
</ports>
311311
<volumes>
312312
<bind>
313-
<volume>${docker.db.volume}:/var/lib/postgresql/data</volume>
313+
<volume>${docker.db.volume}:/var/lib/postgresql</volume>
314314
</bind>
315315
</volumes>
316316
<env>

0 commit comments

Comments
 (0)