Skip to content

Commit 93b17c8

Browse files
chore: update postgres docker tag to v15.15
1 parent 9935082 commit 93b17c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-compose.local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ volumes:
1111

1212
services:
1313
default-database:
14-
image: postgres:15.5-alpine
14+
image: postgres:15.15-alpine
1515
restart: unless-stopped
1616
volumes:
1717
- default-database:/var/lib/postgresql/data
@@ -26,7 +26,7 @@ services:
2626
timeout: 30s
2727

2828
task-processor-database:
29-
image: postgres:15.5-alpine
29+
image: postgres:15.15-alpine
3030
restart: unless-stopped
3131
volumes:
3232
- task-processor-database:/var/lib/postgresql/data

0 commit comments

Comments
 (0)