Skip to content

Commit 00b5588

Browse files
chore(deps): update postgres docker tag to v18
1 parent cfa5586 commit 00b5588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
postgres:
33
container_name: postgres
4-
image: 'postgres:15-alpine'
4+
image: 'postgres:18-alpine'
55
ports:
66
- '5432:5432'
77
restart: always

0 commit comments

Comments
 (0)