chore(Postgres): Upgrade to 14.2

https://www.postgresql.org/docs/release/14.2/
This commit is contained in:
Simon 2022-02-14 10:14:39 +01:00
parent fe99e604d7
commit 6bed3d6aa2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ volumes:
services:
postgres:
container_name: ${POSTGRES_CONTAINER_NAME:-postgres}
image: ${POSTGRES_IMAGE:-postgres:14.1-alpine}
image: ${POSTGRES_IMAGE:-postgres:14.2-alpine@sha256:536bc3ad5d53f1b84db958be04013024aae70449c931943ad0a55c56c28f68b3}
restart: always
environment:
POSTGRES_USER: ${POSTGRES_USER:?err}