Skip to content

Commit ac71e32

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

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.18-alpine@sha256:3e58875aedf3d79769c23016c5c2c5ecef128f00b96cd2d9263e55b9a999304f
77
expose:
88
- "5432"
99
ports:

0 commit comments

Comments
 (0)