Bugfix in provisioning
This commit is contained in:
parent
8f8d448836
commit
cda68d3454
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ type Instance struct {
|
||||||
|
|
||||||
// TODO: Cleanup this stuff
|
// TODO: Cleanup this stuff
|
||||||
const (
|
const (
|
||||||
PHP_DEFAULT_IMAGE = PHP8_1
|
PHP_DEFAULT_IMAGE = PHP8_1_IMAGE
|
||||||
PHP8 = "8.0"
|
PHP8 = "8.0"
|
||||||
PHP8_IMAGE = "docker.io/library/php:8.0-apache-bullseye"
|
PHP8_IMAGE = "docker.io/library/php:8.0-apache-bullseye"
|
||||||
PHP8_1 = "8.1"
|
PHP8_1 = "8.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue