Skip to content

Commit c044e79

Browse files
chore(deps): update postgres docker tag to v12.19
1 parent 509f532 commit c044e79

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
@@ -3,7 +3,7 @@ version: '3.4'
33
services:
44
db:
55
# https://hub.docker.com/_/postgres
6-
image: postgres:12.6-alpine@sha256:b5c57d326a4cb8cf2fd5cdedc758ed72146a69304ae434b177088b94a7c9e6b8
6+
image: postgres:12.19-alpine@sha256:4e3f3c82b130b7160683692325f53aff44b32aab70ecf6156cf815628dfdb885
77
expose:
88
- "5432"
99
ports:

0 commit comments

Comments
 (0)