1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

Update dependency postgres to v14.3

This commit is contained in:
Renovate Bot 2022-05-18 04:01:35 +00:00
parent fbcb8b578d
commit e753a7f8bb
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.2-alpine@sha256:20e49432a20e1a63bb985977c32ec8f110bc609b93de35ad4f19c5486abcefaa
image: postgres:14.3-alpine@sha256:89bb80783bea8c0e0756a1542079fd2cb402984fc7b1f97e9a75dce79a9cd4be
restart: unless-stopped
healthcheck:
test: pg_isready -U postgres