⬆️ Update postgres Docker tag to v14.12
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
bfdaac980b
commit
119b9a56c1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- activepieces
|
- activepieces
|
||||||
postgres:
|
postgres:
|
||||||
image: 'postgres:14.4'
|
image: 'postgres:14.12'
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
Reference in a new issue