Skip to content

Commit 9cc4976

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

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

0 commit comments

Comments
 (0)