Skip to content

Commit 1e4e1be

Browse files
authored
chore(deps): update postgres docker tag to v18 (#2692)
1 parent 41968a7 commit 1e4e1be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

getting-started/assets/postgres/docker-compose-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
services:
2121
postgres:
22-
image: postgres:17.6
22+
image: postgres:18.0
2323
ports:
2424
- "5432:5432"
2525
# set shared memory limit when using docker-compose

runtime/admin/src/testFixtures/resources/org/apache/polaris/admintool/Dockerfile-postgres-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
# Dockerfile to provide the image name and tag to a test.
2121
# Version is managed by Renovate - do not edit.
22-
FROM postgres:17.6-alpine
22+
FROM postgres:18.0-alpine

0 commit comments

Comments
 (0)