Skip to content

Commit 13039ac

Browse files
Update postgres Docker tag to v18.6
1 parent 2b7d528 commit 13039ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- runtime
1414

1515
postgres:
16-
image: postgres:18.3
16+
image: postgres:18.6
1717
environment:
1818
- POSTGRES_DB=${POSTGRES_DB}
1919
- POSTGRES_USER=${POSTGRES_USER}

support/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:18.3
3+
image: postgres:18.6
44
networks:
55
- boot
66
environment:

0 commit comments

Comments
 (0)