Skip to content

Commit e1c9ef3

Browse files
committed
feat(deps): update postgres docker tag to v14
1 parent 00e7777 commit e1c9ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- postgres
2222

2323
postgres:
24-
image: postgres:13.3-alpine
24+
image: postgres:14.1-alpine
2525
container_name: postgres
2626
environment:
2727
POSTGRES_DB: postgres

0 commit comments

Comments
 (0)