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

Commit 7687b41

Browse files
chore(deps): update postgres docker tag to v13.8
1 parent 150a1fc commit 7687b41

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.8
66
hostname: postgres
77
environment:
88
POSTGRES_USER: user

0 commit comments

Comments
 (0)