Skip to content

Commit 464c4ac

Browse files
deps(ci): update postgres docker tag to v15.15 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e3b357 commit 464c4ac

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)