mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Bump docker image alpine base from 3.18 to 3.20 (#7699)
* bump docker image from 3.18 to 3.20 * bump postgres from 13 to 14
This commit is contained in:
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 5432/tcp
|
||||
|
Reference in New Issue
Block a user