mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: required docker version fix (#759)
This commit is contained in:
committed by
Reed Allman
parent
ab77223d05
commit
567136cb5e
@@ -128,7 +128,7 @@ type agent struct {
|
||||
func New(da DataAccess) Agent {
|
||||
// TODO: Create drivers.New(runnerConfig)
|
||||
driver := docker.NewDocker(drivers.Config{
|
||||
ServerVersion: "17.06.0",
|
||||
ServerVersion: "17.06.0-ce",
|
||||
})
|
||||
|
||||
freezeIdleMsecs, err := getEnvMsecs("FN_FREEZE_IDLE_MSECS", 50*time.Millisecond)
|
||||
|
||||
Reference in New Issue
Block a user