chore(Postgres): Upgrade to 14.1

https://www.postgresql.org/docs/release/14.1/
This commit is contained in:
Simon 2021-11-23 22:05:46 +01:00
parent 6ffd081de2
commit 9793ae506d
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:13.4-alpine}
image: ${POSTGRES_IMAGE:-postgres:14.1-alpine}
restart: always
environment:
POSTGRES_USER: ${POSTGRES_USER:?err}