Skip to content

Commit 9d026f1

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

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:428a102f2d316348475f8413a03d49a1172ee252ca093047df4135fe313bfc5d
77
expose:
88
- "5432"
99
ports:

0 commit comments

Comments
 (0)