1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-30 22:08:03 +00:00

Update postgres Docker tag to v14.2

This commit is contained in:
Renovate Bot 2022-02-12 02:17:27 +00:00
parent 8e35b543ed
commit 8da7724d0f
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -26,7 +26,7 @@ services:
db:
condition: service_healthy
db:
image: postgres:14.1-alpine@sha256:578ca5c8452c08a4e0f5e65b55dce5e1812fe63c8fee40ea837641031598e51e
image: postgres:14.2-alpine@sha256:8df161b505ab853f370860917a223ead2929b2d99bcd3b745fa60b270a8b258b
restart: unless-stopped
healthcheck:
test: pg_isready -U postgres