Skip to content

Commit 9b77aed

Browse files
committed
Update postgres Docker tag to v18
1 parent f953cff commit 9b77aed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

16/postgres-tomcat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- bridge
4747
# The container that runs the database (postgres)
4848
db:
49-
image: "postgres:17"
49+
image: "postgres:18"
5050
container_name: xwiki-postgres-db
5151
volumes:
5252
- postgres-data:/var/lib/postgresql/data

17.4/postgres-tomcat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- bridge
4747
# The container that runs the database (postgres)
4848
db:
49-
image: "postgres:17"
49+
image: "postgres:18"
5050
container_name: xwiki-postgres-db
5151
volumes:
5252
- postgres-data:/var/lib/postgresql/data

17/postgres-tomcat/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
- bridge
4747
# The container that runs the database (postgres)
4848
db:
49-
image: "postgres:17"
49+
image: "postgres:18"
5050
container_name: xwiki-postgres-db
5151
volumes:
5252
- postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)