Skip to content

Commit fa79275

Browse files
chore(deps): update postgres docker tag to v18
1 parent 3abbe44 commit fa79275

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
restart: unless-stopped
1313

1414
postgres:
15-
image: postgres:16
15+
image: postgres:18
1616
restart: unless-stopped
1717
environment:
1818
POSTGRES_DB: meshinfo

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
3+
image: postgres:18
44
restart: unless-stopped
55
environment:
66
POSTGRES_DB: meshinfo

0 commit comments

Comments
 (0)