Skip to content

Commit db63dc6

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

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

0 commit comments

Comments
 (0)