Skip to content

Commit 903a08b

Browse files
Update postgres Docker tag to v18
1 parent 1a4f763 commit 903a08b

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
@@ -10,7 +10,7 @@ services:
1010
- ide
1111

1212
postgres:
13-
image: postgres:16.1
13+
image: postgres:18.3
1414
environment:
1515
- POSTGRES_DB=${POSTGRES_DB}
1616
- 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:16.1
3+
image: postgres:18.3
44
networks:
55
- boot
66
environment:

0 commit comments

Comments
 (0)