bump postgres to latest version

This commit is contained in:
redwerkz
2022-09-14 05:53:20 +02:00
committed by jwobith
parent 854d94601f
commit 819afb3569
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ Variable | Description | Example
* **jwilder/docker-gen**: Docker-gen image on docker hub.
* **jrcs/letsencrypt-nginx-proxy-companion**: Proxy companion docker image on docker hub.
* **gitea/gitea**: Gitea docker image on docker hub.
* **postgres:9.6**: PostgreSQL docker image version 9.6 on docker hub.
* **postgres:14.5**: PostgreSQL docker image on docker hub.
### Containers

View File

@ -87,7 +87,7 @@ services:
- /etc/localtime:/etc/localtime:ro
db:
restart: unless-stopped
image: postgres:9.6
image: postgres:14.5
container_name: db
environment:
POSTGRES_DB: ${DB_NAME}