Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 627141b

Browse files
authoredMar 25, 2023
chore(deps): update postgres docker tag to v13.10
1 parent db5fef5 commit 627141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
# Docker connection string for local machine: postgres://postgres:postgres@localhost:5432/
55

66
postgres:
7-
image: postgres:13.9
7+
image: postgres:13.10
88
restart: always
99
environment:
1010
- POSTGRES_USER=postgres

0 commit comments

Comments
 (0)
Please sign in to comment.