Add support for php 8.1
This commit adds optional support for basing images on php 8.1 as opposed to php 8.0.
This commit is contained in:
parent
3ef9c23a0c
commit
d114c8fafe
12 changed files with 91 additions and 9 deletions
|
|
@ -53,7 +53,7 @@ func (r reserve) Run(context wisski_distillery.Context) (err error) {
|
|||
}
|
||||
|
||||
// make it in-memory
|
||||
instance, err := dis.Instances().Create(slug)
|
||||
instance, err := dis.Instances().Create(slug, "")
|
||||
if err != nil {
|
||||
return errProvisionGeneric.WithMessageF(slug, err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue