Update postgres Docker tag to v13.3

pull/20/head
Renovate Bot 2021-05-14 21:00:58 +00:00
parent 6ba4666719
commit ff4f26d245
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ services:
- 'upload:/var/www/html/storage/upload' - 'upload:/var/www/html/storage/upload'
db: db:
image: 'postgres:13.2-alpine' image: 'postgres:13.3-alpine'
restart: 'always' restart: 'always'
healthcheck: healthcheck:

View File

@ -31,7 +31,7 @@ services:
- '/etc/localtime:/etc/localtime:ro' - '/etc/localtime:/etc/localtime:ro'
db: db:
image: 'postgres:13.2-alpine' image: 'postgres:13.3-alpine'
restart: 'always' restart: 'always'
healthcheck: healthcheck:

View File

@ -25,7 +25,7 @@ services:
- 'nginx' - 'nginx'
db: db:
image: 'postgres:13.2-alpine' image: 'postgres:13.3-alpine'
restart: 'always' restart: 'always'
healthcheck: healthcheck:

View File

@ -44,7 +44,7 @@ services:
- 'root:/var/www/html' - 'root:/var/www/html'
db: db:
image: 'postgres:13.2-alpine' image: 'postgres:13.3-alpine'
restart: 'always' restart: 'always'
environment: environment: