Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit d61b90a

Browse files
chore(deps): update postgres docker tag to v13.13
1 parent 150a1fc commit d61b90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/postgres/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
postgres:
5-
image: postgres:13.6
5+
image: postgres:13.13
66
hostname: postgres
77
environment:
88
POSTGRES_USER: user

0 commit comments

Comments
 (0)